w3HtmlHidden inserts a hidden prompt into the form. This is used to insert a value into a form that the user cannot edit or view unless the HTML source is viewed.
call w3htmlHidden (name, value, options)
|
name |
In |
Name you want to give this hidden variable. |
|
value |
In |
Value for this variable. |
|
options |
In |
Extra HTML options you want to give this variable. |
call w3HtmlHiddn"en ("FormName", "MyForm", "onClick()")
generates the following HTML:
<input type="hidde name="FormName" value="MyForm" onClick ()")