Supports HTML 4.0 INPUT tag attributes and provides client-side JavaScript input validation.
<jrun:input name=”name” [required=”true|false”]
[type=”text|checkbox|radio|password|
creditcard|date|eurodate|float|integer|
ssc|phone|time|zipcode”] [value=”value”]
[onError=”javascript function name”]
other html 4.0 input attributes/>
or
<jrun:input name=”name” [required=”true|false”]
[type=”control type”] [value=”value”]
[onError=”javascript function name”]
other html 4.0 input attributes/>