<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<[email=%@LANGUAGE=]%@LANGUAGE="VBSCRIPT[/email]" CODEPAGE="65001" %>
<%
response.write("地址栏参数 fid 的值为:" & request.QueryString("fid") & "<br />")
response.write("地址栏参数 page 的值为:" & request.QueryString("page"))
%>
</body>
</html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head><body>
<[email=%@LANGUAGE=]%@LANGUAGE="VBSCRIPT[/email]" CODEPAGE="65001" %>
<form name="form1" method="get" action="">
<p>请输入学生姓名:
<input type="text" name="Name" id="n123" />
</p><p>请输入学生的成绩:
<input type="text" name="score" id="s235" />
</p>
<p>
<input type="submit" name="Submit" value="SUBMIT" />
</p>
</form>
<%
response.write("学生的姓名为:" & request.QueryString("Name") & "<br />")
response.write("学生的成绩为:" & request.QueryString("score"))
%>
</body>
</html>
| 欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |