w3HtmlHidden

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.

Syntax

call w3htmlHidden (name, value, options)

Parameters

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.

 

Example

call w3HtmlHiddn"en ("FormName", "MyForm", "onClick()")

generates the following HTML:

<input type="hidde name="FormName" value="MyForm" onClick ()")