Introduction:-
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:-
Proof:-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>
Download the full code attached at the end
Conclusion:-
Well the Code is attached and feedback is welcome


LinkBack URL
About LinkBacks





Reply With Quote





Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum