欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

如何向前端推送用戶請(qǐng)求的信息?

 更新時(shí)間:2006年11月16日 00:00:00   作者:  

postinfo.htm
<head>
<title>
星河影動(dòng)之回應(yīng)用戶請(qǐng)求信息</title>
</head>
<body>

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

' 使用Post方法
  <p>
請(qǐng)輸入您的姓名:<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>

相關(guān)文章

最新評(píng)論