<goto>
<goto>
The <goto>
element is used to:
Transition to another form item in the current form.
Transition to another dialog in the current document.
Transition to another document.
Attributes
fetchhint
This attribute is not supported.
fetchtimeout
(defaults to “fetchtimeout” global property value) The timeout for fetches. Must be specified with the appropriate time units (e.g., “120s” for 120 seconds).
maxage
(defaults to “documentmaxage” global property value) Tells the platform the maximum acceptable age, in seconds, of cached documents.
maxstale
(defaults to “documentmaxstale” global property value) Tells the platform the maximum acceptable staleness, in seconds, of expired cached documents.
next
The URI to which to transition.
expr
An ECMAScript expression that yields the URI.
fetchaudio
(defaults to “fetchaudio” global property value) The URI of the audio clip to play while the fetch is being done.
expritem
An ECMAScript expression that yields the name of the next form item to visit.
nextitem
The name of the next form item to visit in the current form.
Notes
Exactly one of “next”, “expr”, “nextitem”, and “expritem” must be specified.
Example
gotoexample.php
The output of the above script would be:
Computer: Jumping to the third form. Computer: Enter 1 to go to the next field. Enter 2 to go to the next form. Human: (enters DTMF-1) Computer: Jumping to the next field. Computer: Enter 1 to go to the next form. Human: (enters DTMF-1) Computer: Now jumping to the next form. Computer: Now jumping to another document. Computer: This is a new document.
Child Tags
None
Parent Tags
<block>, <catch>, <error>, <filled>, <foreach>, <help>, <if>, <noinput>, <nomatch>
Last updated