|
HOME
OVERVIEW
IMPLEMENTATION
MIPL TAGS
ASK
ASKITEM
DATAIN
EXIT
FORM
GOTO
HIDDEN
INVALID
MENU
MENUEND
MIPL
NAME="label"
NOINTERRUPT
PREFER="mode"
RECORD
SELECT
SELECTION="char"
SUBMIT
TIMEOUT
VOICE
VOICERATE="rate"
comment
SCRIPT EXAMPLES
Example
Example-1
Example-2
SOURCE
Example
|
|
<SELECT> </SELECT>
Present a selection menu of options to a user. Text specified within this
tag (or voice) is output (optionally), then selection(s) from any <SELECTION> tags,
then from the <MENUEND> tag (if specified). Multiple
PARAMETERS:
NAME="name" Specifies the form field name. Required
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
MAY CONTAIN TAGS:
<SELECTION>, <MENUEND>, <TIMEOUT>, <INVALID>, <VOICE>,
<NOINTERRUPT>
|