HTML DOM Input Email select() Method

Input Email Object : Select the content of an email text field

Definition and Usage

The select() method is used to select the content of an email text field.

Browser Support

Method
select() Yes Yes Yes Yes Yes

Syntax

emailObject.select()

Parameters

None.

Technical Details

Return Value: No return value

❮ Input Email Object