24h購物| | PChome| 登入
2010-12-26 22:40:38| 人氣36| 回應0 | 上一篇 | 下一篇

GET表單

推薦 0 收藏 0 轉貼0 訂閱站台

<form action="http://localhost/aaa.asp">
Name: <input name="fullname" type="text">
<input type=submit value="SUBMIT">
<input type=reset value="RESET">
</form> 


Name:
存為htm檔


<html>
<%@ language="javascript" %>
<body>
<%
fullname = Request.QueryString("fullname");
Response.Write("Your Name is:" + fullname);
%>
</body>
</html>

存為asp檔

台長: 呆呆咩

您可能對以下文章有興趣

人氣(36) | 回應(0)| 推薦 (0)| 收藏 (0)| 轉寄
全站分類: 不分類

是 (若未登入"個人新聞台帳號"則看不到回覆唷!)
* 請輸入識別碼:
請輸入圖片中算式的結果(可能為0) 
(有*為必填)
TOP
詳全文