Input Password select() Method

❮ Input Password Object

Example

Select the content of a password text field:

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

Description

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


Browser Support

Method
select() Yes Yes Yes Yes Yes

Syntax

passwordObject.select()

Parameters

None.

Return Value

No return value.

❮ Input Password Object
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.