Select from following answers:- onblur

- onlostfocus
- onfocus
- onchange
- All Above
onblur is the only event,when mouse pointer moves out of the control i.e. textbox control.
onfocus execute a JavaScript when an input field gets focus means it enters textbox.
There is no onlostfocus event as such but we have onblur event.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator