Re: [問題] 按鍵問題
※ 引述《power124 (哇哈哈!!!)》之銘言:
: 有辦法 把同一個text的內容傳出去嗎???
: 用2個按鍵 像第一個按鍵把text內容傳到1.php 第2個按鍵把text傳到2.php
: <form method=post action=1.php >
: <input type=text name=a1 value="aaa">
: <input type=submit value=傳送>
<input type='button' onclick='f=this.form;f.action="2.php";f.submit();' >
: </form>
: 我想在加一個刪除按鍵.....但這只能傳到1.php 不能傳到 2.php
--
Live Long and Prosper
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 203.67.68.236
推
11/28 16:16, , 1F
11/28 16:16, 1F
討論串 (同標題文章)