传递的问题两个网页A.ASP,B.ASP 用户需要在A上输入用户名和密码,验证通过后进入B 如何在B的一个文本框中显示在A中填写的用户名?[解决办法]input type= "text " name= "name " size= "20 " value= " <%=request.form( "name ") <%> ">