看看这个有什么问题,为什么得不到正确的结果。
<%
Txtname=cstr(request("UserName"))
Txtpassword=cstr(request("UserPW"))
response.write Txtname
response.write Txtpassword
%>
第一页中有一个Form对象中包含两个单行文本框,名称分别为UserName、UserPW,有一个检验联接,指向包含上面的语句的ASP文件,但是生成的结果不是输入的,有一点需要说明
第一页中有两个Form对象,我用的系统是WIN2000 Advance Server And IIS 5.0