看板 [ PHP ]
討論串[請益] 請問如何把table中的文字submit
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者foxzgerald (O⊥M)時間18年前 (2007/05/14 11:40), 編輯資訊
0
0
0
內容預覽:
<td>. <input type="text" style="border: 0px" value="abcd" readonly="readonly"/>. </td>. 如果資料剛好要顯示、並且要能傳遞到下個 next.php. 其實可以用類似上面這種方式,用 html 的屬性混搭 css 樣
(還有37個字)

推噓1(1推 0噓 0→)留言1則,0人參與, 最新作者alanliu時間18年前 (2007/05/14 11:29), 編輯資訊
0
0
0
內容預覽:
<form action='next.php' method='post'>. <table>. <tr>. <td>abcd</td>. </tr>. </table>. <input type='submit'>. <form>. 請問在上面的格式中,如何把abcd透過sumit按鈕,傳到下一個
首頁
上一頁
1
下一頁
尾頁