Input Week select() Method

❮ Input Week Object

Example

Select the content of a week text field:

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

Description

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


Browser Support

Method
select() Yes Yes Yes Yes Yes

Syntax

weekObject.select()

Parameters

None.

Technical Details

Return Value: No return value

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