IT码农库

您当前所在位置:首页 > 网络编程 > 编程10000问

编程10000问

如何用表单的方式推送请求的信息?

[db:来源] 2006-11-16编程10000问9997
<html><head><title>撼雪喷云之答复用户信息</title></head><body><form action="getdada.asp" method="get"><p>姓名:<input name="name" size="20"><br>电子邮件:<input name="e_mail" size="40"></p></form&g...

<html>
<head>
<title>
撼雪喷云之答复用户信息</title>
</head>
<body>

<form action="getdada.asp" method="get">

<p>
姓名:<input name="name" size="20"><br>
电子邮件:<input name="e_mail" size="40"></p>
</form>
<hr>

<p><input type="submit" value="
发送"> <input type="reset" value="重写"></p>
</body></html>

getdata.asp file
<% =Request.QueryString("name") %>
你好!<br>
您的电子邮件是:<% =Request.QueryString("e_mail") %>

大图广告(830*140)