Full version: jsB@nk » Status » Status » Hide Status bar message
URL: https://www.javascriptbank.com/hide-status-bar-message.html
The script won't display the address of link in status.
Full version: jsB@nk » Status » Status » Hide Status bar message
URL: https://www.javascriptbank.com/hide-status-bar-message.html
<script>//Credit must stay intact for use//configure status message to showvar statusmsg=""function hidestatus(){window.status=statusmsgreturn true}</script><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->
<a href="#" onMouseover="return hidestatus()">Mouse over here then see your status</a><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->