Input URL focus() Method
Description
The focus() method is used to give focus to a URL field.
Tip: Use the blur() method to remove focus from a URL field..
Browser Support
Method | |||||
---|---|---|---|---|---|
focus() | Yes | Yes | Yes | Yes | Yes |
Syntax
urlObject.focus()
Parameters
None. |
Technical Details
Return Value: | No return value |
---|
❮ Input URL Object