response.write()返回怎么是一个网页?
最近学习ajax编程,用下面的语句返回一个下拉选项框(select)的各个选项(option)的HTML语句:dowhilenotrsmsg.eofresponse.wr...
最近学习ajax编程,用下面的语句返回一个下拉选项框(select)的各个选项(option)的HTML语句:
do while not rsmsg.eof
response.write("<option value='"&rsmsg("bh")&"'>"&rsmsg("xm")&"</option>")
rsmsg.movenext
loop
用下面的语句修改一个id为seluser的select(原来选项数为0)
document.getElementById("seluser").innerHTML=xmlHttp.responseText;
结果没有任何反应,后采用下面的代码跟踪返回的字符串:
alert(xmlHttp.responseText);
结果显示的返回内容为一个完整的网页代码,其中<body>部分就是需要返回的html代码。请问高手这是什么原因,怎么解决? 展开
do while not rsmsg.eof
response.write("<option value='"&rsmsg("bh")&"'>"&rsmsg("xm")&"</option>")
rsmsg.movenext
loop
用下面的语句修改一个id为seluser的select(原来选项数为0)
document.getElementById("seluser").innerHTML=xmlHttp.responseText;
结果没有任何反应,后采用下面的代码跟踪返回的字符串:
alert(xmlHttp.responseText);
结果显示的返回内容为一个完整的网页代码,其中<body>部分就是需要返回的html代码。请问高手这是什么原因,怎么解决? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询