Execute a JavaScript when an input field gets focus:
![]()
The onfocus event attribute is supported in all major browsers.
The onfocus attribute fires the moment that the element gets focus.
Onfocus is most often used with <input>, <select>, and <a>.
Tip: The onfocus attribute is the opposite of the onblur attribute.
Note: The onfocus attribute CANNOT be used with: <base>, <bdo>, <br>, <head>, <html>, <iframe>, <meta>, <param>, <script>, <style>, or <title>.
None.
| Value | Description |
|---|---|
| script | The script to be run on onfocus |
HTML Event Attributes
Your message has been sent to W3Schools.