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

栏目: 编程语言 · 发布时间: 6年前

内容简介:如何用表单的方式推送请求的信息?

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


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

How to Think Like a Computer Scientist: Learning with Python

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》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具