|
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
|
|
<ASK> </ASK>
Present a list of yes/no options to a user. Text specified within this tag
(or voice) is output (optionally), then selection(s) from any <SELECTION> tags. 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:
<ASKITEM>, <TIMEOUT>, <INVALID>, <VOICE>,
<NOINTERRUPT>
|