Code Library
Home Submit Free Hosting Link To Us Contacts

JavaScript No addresin the status bar

JavaScript No addresin the status bar JavaScript JavaScript No addresin the status bar Download (.zip)



<html>
<head>

<script>
function hides(){
window.status=''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hides
document.onmouseout=hides
</script>
</head>



<body>
 <a href="http://www.codelibary.com/">There is no addres in the status bar!</a>
</body>
</html>






Tatet