When you go over a link usually the URL is displayed on the status bar, this trick will hide the URL from the status bar and show nothing!
Let's Start
Here is the Code:-
<script language="Javascript">function hidestatus(){
window.status=''
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus</script>
Proof:-
Download the full code attached at the end
Conclusion:-
Well the Code is attached and feedback is welcome


Sign In
Create Account



Back to top









