Input URL focus() Method

❮ Input URL Object

Example

Give focus to a URL field:

document.getElementById("myURL").focus();
Try it Yourself »

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
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.