Input Email select() Method

❮ Input Email Object

Example

Select the content of an email text field:

document.getElementById("myEmail").select();
Try it Yourself »

Description

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