December 1999
Intermediate to advanced
95 pages
2h 34m
English
<input type=hidden> — NN: 2, 3, 4 • MSIE: 2, 3, 4, 5 • HTML 4 • WebTV • Opera3
<input type=hidden>
Within a <form>, creates an element that
does not display in the browser. Hidden controls can be used to pass
special form-processing information along to the server that the user
cannot see or alter.
name=textSpecifies the name of the parameter that is passed to the form-processing application for this input element (required).
value=textSpecifies the value of the element that is passed to the form-processing application.
Read now
Unlock full access