<goto>
It is used to transfer the control to a different form, dialog or even another document. The caching, fetchtimeout and fetchhint can be used only when moving to a dialog in another document.
Attributes:
|
next |
It specifies the next dialog to be visited and contains URI of the destination. If the dialog is in the same document then <#dialog name> is used and if the dialog is in the another document then <URI of the document># <dialog name> |
|
expr |
Contains an ECMAScript expression which evaluates to the URI of the destination. |
|
nextitem |
Name of the next item to be visited. |
|
expritem |
Contains an ECMAScript expression which evaluates to the next item in the document. |
|
caching |
Can have two values fast and safe. When set to fast (default) a cached copy of the document will be used if already downloaded and still exists in the cache. When set to safe the document will be downloaded regardless of its previous existence. |
|
fetchhint |
It can have two values safe and prefetch. Prefetch tells platform to fetch the document before it is actually needed while safe downloads only while executing the document. |
|
fetchtimeout |
It is the time interval the platform will wait for fetching the document before throwing a fetchtimeout error. |
|
parent |
block, catch, error, filled, help, if, noinput, nomatch. |
|
children |
none. |
