THE WORLD'S LARGEST WEB DEVELOPER SITE
HTMLCSSJAVASCRIPTSQLPHPBOOTSTRAPJQUERYANGULARXML
 

Input Password select() Method

Input Password Object Reference Input Password Object

Example

Select the content of a password field:

document.getElementById("myPsw").select();
Try it yourself »

Definition and Usage

The select() method is used to select the content of a password field.


Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The select() method is supported in all major browsers.


Syntax

passwordObject.select()

Parameters

None.

Return Value

No return value.

Input Password Object Reference Input Password Object