removing Status link bar from IE
This modification is in the archives.
while searching for java scripts I did land on this one and did tried it on and seem working well over 3.6.9. Please not I dont take any credits away from its original creator but it does come quiet handy for protecting your links
Directions Step 1: Simply insert the following into the <HEAD> section of your page: <script> //Hide status bar msg II script- by javascriptkit.com //Visit JavaScript Kit (http://javascriptkit.com) for script //Credit must stay intact for use function hidestatus(){ window.status='' return true } if (document.layers) document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT) document.onmouseover=hidestatus document.onmouseout=hidestatus </script> Once installed, the status bar is muted. for more info see link itself http://www.javascriptkit.com/script/script2/hidestatus2.shtml Download No files for download. |