Version compl�te: jsB@nk » État » Titre » Catch le titre et l'URL du navigateur HTML &
URL: https://www.javascriptbank.com/catch-title-and-url.html
Le script va afficher titre URL de la page et qui en contiennent.
Version compl�te: jsB@nk » État » Titre » Catch le titre et l'URL du navigateur HTML &
URL: https://www.javascriptbank.com/catch-title-and-url.html
<SCRIPT language=javascript> var title1 = "Title changed when mouse over link"; var title2 = "Title changed";document.title = title1</SCRIPT><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->
<b><A onmouseout="document.title=title1; return true;" onmouseover="document.title=title2; return true;" style="CURSOR: default">Mouse over here to change title</A></b><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->