- 文章: 1
- 謝謝您收到: 0
表單傳送頁面問題
- Dustin
-
Topic Author
- Offline
- 新手上路
-
Less
More
2013-05-17 15:23 - 2013-05-18 14:44 #24858
來自 Dustin
Dustin created the topic: 表單傳送頁面問題
我想做一個表單 按下確定後讀取TEXT裡面的資料
但是 傳送頁面都會傳送到首頁
不知道如何停在原本頁面
想請問各位是否有方法解決此問題
//程式
<form action="http://localhost/Joomla_1.5.26-Stable-Full_Package/index.php?option=com_jumi&fileid=6&Itemid=57" name="DemoForm" onsubmit="return Final_Check( );">
專案名稱: <input type="text" name="UserName" value="讀資料庫資料" ><BR><BR>
計畫主持人: <input type="text" name="UserName" value="讀資料庫資料" ><BR><BR>
</select>
<INPUT TYPE=SUBMIT VALUE="確定" >
//程式
圖片是執行頁面
但是 傳送頁面都會傳送到首頁
不知道如何停在原本頁面
想請問各位是否有方法解決此問題
//程式
<form action="http://localhost/Joomla_1.5.26-Stable-Full_Package/index.php?option=com_jumi&fileid=6&Itemid=57" name="DemoForm" onsubmit="return Final_Check( );">
專案名稱: <input type="text" name="UserName" value="讀資料庫資料" ><BR><BR>
計畫主持人: <input type="text" name="UserName" value="讀資料庫資料" ><BR><BR>
</select>
<INPUT TYPE=SUBMIT VALUE="確定" >
//程式
圖片是執行頁面
最後修改原因: 2013-05-18 14:44 來自 Dustin.
Please 登入 to join the conversation.