»
EnglishFrenchVietnamese

Print - onMouseOver Button - JavaScriptBank.com

Full version: jsB@nk » Form » Button » onMouseOver Button
URL: https://www.javascriptbank.com/onmouseover-button.html

onMouseOver Button © JavaScriptBank.comWhen a user moves the mouse over the button, it will change text. When the mouse is moved away, the text will change back. Perfect for adding short instructions on a submit button.

Full version: jsB@nk » Form » Button » onMouseOver Button
URL: https://www.javascriptbank.com/onmouseover-button.html



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