chanchelkumar Posted June 17, 2009 Share Posted June 17, 2009 Hi all, i want to display a message on my status bar.. for that i tried <html> <script> function showStatus(sMsg) { //alert ("hi"); window.status = sMsg ; return true ; } </script> <a href="http://www.site.com" onMouseOver="return showStatus('Go to site');" onMouseOut="return showStatus('');">test</a> </A> but it fails in Firefox.. wors fine in IE but not i image urls .. can any one tell me what's wrong with the code.. or please tell another way.. Link to comment https://forums.phpfreaks.com/topic/162559-how-to-hide-my-status-bar/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.