Code Library
Home Submit Free Hosting Link To Us Contacts

JavaScript No addres in the status bar

JavaScript No addres in the status bar JavaScript JavaScript No addres in 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://codelibary.com/">There is no addres in the status bar!</a>
</body>






Tatet