Horje

Example of HTML onblur Event Attribute

Here validates an input field when the user leaves it.
index.html
Example: HTML
 <input type="text" name="fname" id="fname" onblur="myFunction()"> 

Output should be:

Example of HTML onblur Event Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Form Events Attribute
Uploaded by:
Admin