美国留学热门专业排行:关于华为平台的vxml问题

来源:百度文库 编辑:高校问答 时间:2024/04/28 23:02:53
<form id="qgyz">
<var name="code" expr="'xa'"/>
<subdialog name="getvalue" namelist="code" src="http://eglt.eashow.com/vxml.asp">
<filled>
<assign name="ir10" expr="getvalue.subject_score"/>
<assign name="ir11" expr="ir10"/>
<goto next="#qgyzbfnr"/>
</filled>
<error>
<goto next="menu.vxml"/>
</error>
</subdialog>
</form>

我写的一个通过asp从后台数据库取数据,我看到asp取到数据了,可是在vxml中总是走error这个事件,不走filled这个事件,请问是为什么?