VoxML 1.0 Element Reference
OPTION Element
1 <INPUT TYPE="optionlist">
2<OPTION NEXT="http://localhost/vml/weather.asp">
3weather </OPTION>
4<OPTION NEXT="http://localhost/vml/news.asp">
5news </OPTION>
6<OPTION NEXT="http://localhost/vml/traffic.asp">
7traffic </OPTION>
8</INPUT>
The code shown above illustrates the use of the OPTION element to select one of three VoxML applications. Note that the URLs used in the NEXT attributes are full HTTP URLs, and that unlike the previous example, each OPTION has a unique NEXT attribute.
October 1998 | VoxML 1.0 Language Reference 36 |