首页 > 学院 > 编程设计 > 正文

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

2020-06-19 13:41:14
字体:
来源:转载
供稿:网友

<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") %>

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表