Button.onBlur
|
|
Syntax |
|
The onBlur event handler is defined in an tag and specifies what to do when the button loses focus. |
<html> <form name="myForm"> <input type="button" value="Big Button" name="myButton" onBlur="alert('Blur event occurred')"> </form> </html>
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|