如何向前端推送用户请求的信息?

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

内容简介:如何向前端推送用户请求的信息?

postinfo.htm
<head>
<title>
星河影动之回应用户请求信息</title>
</head>
<body>

<form action="postdata.asp" method="post">

' 使用Post方法
  <p>
请输入您的姓名:<input name="name" size="20"><br>
电子信箱:<input name="e_mail" size="40"></p>
  <hr>
  <p><input type="submit" value="
确定"> <input type="reset" value="重写"></p>
</form>
</body></html>

postdata.asp
<h2>
<% =Request.Form("name") %>
您好!<br>
您的电子信箱是:<% =Request.Form("e_mail") %>
</h2>


以上所述就是小编给大家介绍的《如何向前端推送用户请求的信息?》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

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

How to Think About Algorithms

How to Think About Algorithms

Jeff Edmonds / Cambridge University Press / 2008-05-19 / USD 38.99

HOW TO THINK ABOUT ALGORITHMS There are many algorithm texts that provide lots of well-polished code and proofs of correctness. Instead, this one presents insights, notations, and analogies t......一起来看看 《How to Think About Algorithms》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具