Controls the next Wizard page to be shown depending on the evaluation of a boolean expression.
The following subjects are covered in this document:
Related information about VTML and WIZML:
|
NEXTPAGE plays a role in the following VTML-driven tools:
This tag can occur only within a PAGE tag in a Wizard profile file.
In principle the pages in a Wizard are shown in the order in which they occur in the Wizard profile file. However, not all pages may be relevant in all cases. This tag (together with the CONDITION and NEXTPAGE attributes of the PAGE tag) provides a means of "flow control" which determines the path through the pages (or a subset of the pages).
<NEXTPAGE .../> | |
---|---|
NAME | Required. Name of a page to go to next. |
CONDITION | Required. Conditional expression which determines whether to go to the page specified in the NAME attribute. If multiple NEXTPAGE tags are specified, then the first one to match a CONDITION will be the next page. |