====== < clear > ======
===== Description =====
The < clear > element resets one or more form items and will perform the following actions:
* Sets the form item variable to ECMAScript undefined.
* Reinitializes the prompt and event counters for the form item.
===== Syntax =====
===== Attributes =====
|namelist|The namelist attribute defines the names of the form items to be cleared. When not specified, all of the form items in the current form are cleared. This attribute is optional.|
===== Parents =====
, , , , , , ,
===== Children =====
None.
===== Extensions =====
None.
===== Limitations/Restrictions =====
None.
===== Example Code =====