HansH
Junior Member
Member # 3218
Rate Member
|
posted 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
Posts: 3 | From: Thailand | Registered: Aug 2005
| IP: Logged
|