Version compl�te: jsB@nk » État » État » Masquer la barre d'état message
URL: https://www.javascriptbank.com/hide-status-bar-message.html
Le script n'affiche pas l'adresse du lien dans le statut.
Version compl�te: jsB@nk » État » État » Masquer la barre d'état 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-->