Version compl�te: jsB@nk » Form » Button » onMouseOver Button
URL: https://www.javascriptbank.com/onmouseover-button.html
Lorsque l'utilisateur déplace le la souris sur sur la touche, cela va changer le texte. Quand la souris est éloignée, le texte reviendra. Parfait pour ajouter quelques instructions sur un bouton "soumettre".
Version compl�te: jsB@nk » Form » Button » onMouseOver Button
URL: https://www.javascriptbank.com/onmouseover-button.html
<input type="submit" value="Click here" onmouseover="this.value='== Just click once! =='" onmouseout="this.value='Click here!'"><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->