input type=hidden HTML Object
The input type=hidden object is used to transmit information about the client and server interaction.
Properties
Property | Data type | Access | Description |
---|---|---|---|
defaultValue | String | Read/write
Note Read-only for devices running Smartphone 2002 and Pocket PC 2000 software. |
Retrieves the initial contents of the input type=hidden control. |
disabled | Boolean | Read/write | Sets or retrieves the value that indicates whether the user can interact with the object.
Note Supported only for devices running Smartphone 2002 and Pocket PC 2002 software or later. |
form | Object | Read-only | Retrieves a reference to the form that the object is embedded in.
Note Supported only for devices running Smartphone 2002 and Pocket PC 2002 software or later. |
name | String | Read-only | Sets or retrieves the name of the input type=hidden object.
Note Supported only for devices running Smartphone 2002 and Pocket PC 2002 software or later. |
type | String | Read-only | Always returns hidden. |
value | String | Read/write | Sets or retrieves the value of the input type=hidden control. |
Requirements
Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
See Also
Internet Explorer Mobile HTML Objects
Send Feedback on this topic to the authors