Passing voicexml variable to asp
Posted: Thu Oct 30, 2008 9:27 am
Hi,
I've this code:
I would like to pass variable on the filled section to asp .net. How do I proceed?
Http Request doesn't work because I don't send the page?
And this line:
Dim number As String As String = %> <value expr="number1" /> <%
It's wrong code.
Can you help me?
Thanks[/code]
I've this code:
Code: Select all
<form id="input">
<field name="number" type="digits?maxlength=11">
<audio src="media/number.wav" />
<grammar src="grammars/service.grxml#number" type="application/srgs+xml"/>
</field>
<filled namelist="number">
<%
Dim number As String As String = %> <value expr="number1" /> <%
If IsValidNumber(number) Then
...
Http Request doesn't work because I don't send the page?
And this line:
Dim number As String As String = %> <value expr="number1" /> <%
It's wrong code.
Can you help me?
Thanks[/code]