»
AnglaisFrançaisVietnamien

Imprimer - Masquer la barre d'état message - JavaScriptBank.com

Version complète: jsB@nk » État » État » Masquer la barre d'état message
URL: https://www.javascriptbank.com/hide-status-bar-message.html

Masquer la barre d'état message © JavaScriptBank.comLe 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



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