articles

Home / DeveloperSection / Articles / Implementing onfocus event in java script

Implementing onfocus event in java script

Anonymous User8483 15-Mar-2011

onfocus () event of control trigger java script function as well as control get in focus that means are comes in use. In this demonstration we learn that how to use onfocus () event in java script.

Write down following code in the body section of html document
<form id="ff1">
        <input type="text" id="txtFocusEvent" onfocus="alert('Textbox control got focus.')" />
</form>
Output of the above code snippet is as follows

As soon as user click on text box control for writing some text then an alert window is displayed with a message that Textbox control got focus.

Implementing onfocus event in java script

After clicking on text box…

Implementing onfocus event in java script



Updated 07-Sep-2019
I am a content writter !

Leave Comment

Comments

Liked By