NAME="name" Specifies the form field name. Required
VALUE="value" Specifies the default form field value if user does
not enter one. Optional
MAX="number" Specifies the maximum number of characters allowed in the
input. Defaults to 1 (if not specified). Optional
ESCAPE="URL
" Specifies the URL to receive program control if the
user enters the escape character while inputting. Optional
TRIES="number,URL
" Specify how many times a user may attempt to
enter valid information in the menu. If number is exceeded, program control is
transferred to specified URL. Optional