关于response的问题请高手看一看我错在哪儿了?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<form name="form1" method="post" action="asp2.asp">
<p> 姓名
<input type="text" name="textfield">
</p>
<p>年龄
<input type="text" name="textfield2">
</p>
<p>身高
<input type="text" name="textfield3">
</p>
<p> 留言
<textarea name="textarea" cols="30" rows="10"></textarea>
</p>
<p>
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="Submit2" value="Reset">
</p>
<p> </p>
<p> </p>
</form>
</body>
</html>
张二个页面
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<% dim a
dim b
dim c
dim d
a=request.querystring("textfield")
b=request.querystring("textfield2")
c=request.querystring("textfield3")
d=request.querystring("textarea")
response.write(a)
response.write(b)
response.write(c)
response.write(d)
%>
</body>
</html>
当我在姓名中输入:张威
身高167
年龄23
留言:反函数地方划时代看法划时代十分士大夫士大夫诉苦法士大夫士大夫水粉画上发生看法划时代发射点看法上电风扇地方士大夫士大夫士大夫似的发射点
的时候:测试时却什么也没有?是怎么回事啊
测试地址:http://218.22.1.141/abce/asp1.htm