Name
hidden — NN 3 IE 4 DOM 1
Synopsis
The hidden object
is a form control generated with an INPUT element
whose TYPE attribute is set to
"hidden". This element has no event handlers,
because users do not interact directly with the element. Be aware
that any values assigned to a hidden object are
removed if the user reloads the page. In other words, it does not
function as a persistent store. The Win32 version of Internet
Explorer 4 exposes many more properties than are listed below. Most
of these are included in the internal object definition for
consistency across other text-oriented form controls, but have no
significance for a hidden object.
HTML Equivalent
<INPUT TYPE="hidden">
Object Model Reference
- NN
[window.]document.formName.elementName[window.]document.forms[i].elements[i]- IE
[window.]document.formName.elementName[window.]document.forms[i].elements[i][window.]document.all.elementID
Properties
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
|
|
|
|
|
|
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access