推 robert38:您是想問post跟get嗎? 12/10 11:34
請容我補充說明:
<js>
function check()
</js>
<body>
<form action="XXX.jsp">
text
<input submit onclick="check(this.form)">
</form>
</body>
目前試到return false的時候,雖然alert視窗會出現,但確認後仍會掉到下一頁
(我希望讓text為空白時,他會停在原頁面,而不會傳送到下一頁)
※ 編輯: victer0327 來自: 140.111.166.142 (12/10 11:57)
推 robert38:form onsubmit="returen check(this.form)" 試看看 12/10 12:11
→ victer0327:嗯 我剛試出來了 感謝@@ 原來是要加在form 12/10 12:57