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.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.