javascript InputTypeHidden createTextRange( )

Creates a TextRange object containing the hidden field's string value. See the TextRange object for details.

javascript InputTypeHidden value

Indicates the current value associated with the form control that is submitted with the name/value pair for the element. All values are strings, but

javascript InputTypeHidden type

Returns the type of form control element. The value is returned in all lowercase letters. It may be necessary to cycle through all form elements in

javascript InputTypeHidden name

This is the identifier associated with the form control contains current InputTypeHidden element. The value of this property is submitted as one-half

javascript InputTypeHidden form

Returns a reference to the form element that contains the current element (if any). When processing an event from this element, the event handler

javascript InputTypeHidden defaultValue

Returns the string assigned to the value attribute of the element in the source code. You can use this value to reassign the original value to the

javascript InputTypeHidden dataSrc

Used with IE data binding to specify the ID of the page's InputTypeHidden object element that loads the data source object for remote data access

javascript InputTypeHidden dataFld

Used with IE data binding to associate a remote data source column name with the element's value. A datasrc attribute must also be set for the el

javascript InputTypeHidden Description

The hidden object is a form control generated with an input element that has its type attribute is set to "hidden" . This element has no eve