使用单独按钮提交另一个表单 ( 积分: 300 )

  • 主题发起人 主题发起人 LuckyJackie
  • 开始时间 开始时间
L

LuckyJackie

Unregistered / Unconfirmed
GUEST, unregistred user!
表单:
<form method=&quot;post&quot; name=&quot;quick_reply_form&quot; id=&quot;quick_reply_form&quot; action=&quot;./posting.php?mode=reply&amp;f={FORUM_ID}&amp;t={TOPIC_ID}&amp;sid={SESSION_ID}&quot; onsubmit=&quot;checkForm();&quot; enctype=&quot;multipart/form-data&quot;>
<div class=&quot;panel&quot; id=&quot;postingbox&quot;>
<div class=&quot;inner&quot;><span class=&quot;corners-top&quot;><span></span></span>

<h3>{L_POST_REPLY}</h3>

<fieldset>
<div id=&quot;message-box&quot; style=&quot;margin:auto;&quot;>
<textarea name=&quot;message&quot; id=&quot;message&quot; rows=&quot;7&quot; cols=&quot;76&quot; tabindex=&quot;1&quot; title=&quot;&quot; class=&quot;inputbox&quot;></textarea>
</div>
</fieldset>

<span class=&quot;corners-bottom&quot;><span></span></span></div>
</div>

<div class=&quot;panel bg2&quot;>
<div class=&quot;inner&quot;><span class=&quot;corners-top&quot;><span></span></span>

<fieldset class=&quot;submit-buttons&quot;>
<input type=&quot;submit&quot; name=&quot;preview&quot; tabindex=&quot;5&quot; value=&quot;{L_PREVIEW}&quot; class=&quot;button1&quot; onclick=&quot;document.getElementById('postform').action += '#preview';&quot; />
<input type=&quot;submit&quot; name=&quot;post&quot; tabindex=&quot;4&quot; value=&quot;{L_SUBMIT}&quot; class=&quot;button1&quot; accesskey=&quot;s&quot; />
</fieldset>

<span class=&quot;corners-bottom&quot;><span></span></span></div>
</div>
</form>

另外的提交按钮:
<br />
<input type=&quot;button&quot; name=&quot;xx&quot; value=&quot;xx&quot; onclick=&quot;document.getElementById('quick_reply_form').submit()&quot; />

可是点xx按钮并不能提交,请问会是什么原因?谢谢。
 
呵呵,请写全!
如果是表单提交数据的话,我可以帮你!
 
<input type=&quot;button&quot; name=&quot;xx&quot; value=&quot;xx&quot; onclick=&quot;return document.getElementById('quick_reply_form').submit()&quot; /> ??
 
【精华】 獨一無二的蘭博基尼范思哲版 起價50萬美金[10P]
http://74.53.87.91/viewthread.php?tid=168963&amp;fromuid=1211598
 
已经写全了,最后会停在postform窗口,不能执行提交动作
 
你查一下你的checkForm函数。
 
谢谢,我去看一下
 
后退
顶部