[問題] html表單接收
小弟算是半生不熟的新手吧 有大概接觸了html, js , SQL
今天自己練習了表單與其input tag的應用 突然有了疑問
以下為A.html
<form name="ex19" method="GET" action="B.html">
帳號:<input type="text" name="id" size="10"><br>
密碼:<input type="password" name="pass" size="10"><br>
性別:<input type="radio" name="sex" value="m">男
<input type="radio" name="sex" value="f">女<br>
興趣:<input type="checkbox" name="inte" value="1">打球
<input type="checkbox" name="inte" value="2">爬山
<input type="checkbox" name="inte" value="3">電腦<br>
<input type="hidden" name="wow" value="yes">
<input type="reset" value="清除">
<input type="submit" value="Login">
</form>
想請問我有辦法在B.html直接利用我在A.html傳送來的表單資訊 來show在B.html嗎?
(僅用html 不用asp php等 辜狗一下 不知道是自己關鍵字下的不好還是...
都找到asp和php的)
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 122.126.163.130
推
10/05 11:39, , 1F
10/05 11:39, 1F
Web_Design 近期熱門文章
PTT數位生活區 即時熱門文章