»
EnglishFrenchVietnamese

Print - Hide Status bar message - JavaScriptBank.com

Full version: jsB@nk » Status » Status » Hide Status bar message
URL: https://www.javascriptbank.com/hide-status-bar-message.html

Hide Status bar message © JavaScriptBank.comThe 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



JavaScript
<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-->


HTML
<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-->