Input Email select() Method
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