Horje

Example of HTML onfocus Event Attribute

It executes a JavaScript when an input field gets focus.
index.html
Example: HTML
 <input type="text" id="fname" onfocus="myFunction(this.id)"> 

Output should be:

Example of HTML onfocus Event Attribute




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