This is topic Stook on MENUs in forum Newbies at VoiceXML Forum Community Message Board.
To visit this topic, use this URL:
http://www.voicexml.org/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic;f=3;t=000152
Posted by HansH (Member # 3218) on August 15, 2006, 06:03 AM:
Hi all .....
Can anybody tell me why this program works for form but not for menu ? My Opera browser will provide spoken form output but it ignores the menu part. (body-head-html tags omitted)
Thanks
<?xml version="1.0" encoding="UTF-8"?>
<?vxml version="2.0"?>
html
head
<vxml:menu id="testmenu">
<prompt>
Welcome to the menu. Say one of: <enumerate/>
</prompt>
<choice next="http://localhost/c:/XVExamples/TestXML.vxml">
Test 1
</choice>
<choice next="#testform">
Test 2
</choice>
</vxml:menu>
<vxml:form id="testform">
<field name="testfield">
<prompt>
Welcome to the form
</prompt>
</field>
</vxml:form>
/head
body id="testbody" ev:event="load" ev:handler="#testform">
<h2> Welcome </h2>
/body
/html
UBB.classicTM
6.3.1.2