内容简介:如何用表单的方式推送请求的信息?
<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") %>
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 表单 – 避免Symfony强制显示表单字段
- 细说 Angular 2+ 的表单(二):响应式表单
- 8款最新CSS3表单 环形表单很酷
- iOS 推送通知及推送扩展
- 安卓统一推送联盟明日开启推送通道测试
- 动态表单 form-create 2.5 版本来啦,帮你轻松搞定表单
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
How to Think Like a Computer Scientist: Learning with Python
Allen B. Downey、Jeffrey Elkner、Chris Meyers / Green Tea Press / 2002-1-4 / USD 24.95
""How to Think Like a Computer Scientist"" is an introduction to programming using Python, one of the best languages for beginners. This is a Free Book -- you can download it from thinkpython.com. But......一起来看看 《How to Think Like a Computer Scientist: Learning with Python》 这本书的介绍吧!