Jump to content

How to Hide my Status bar


chanchelkumar

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.