考慮下面的代碼 -貝寶捐贈按鈕表單內不工作
<form id="Form1" runat=server defaultbutton="cmdclick" style="height: 9%;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="XT4SGK2B4H954">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</form>
內形式沒有得到提交。點擊它刷新頁面。 什麼是更好的方法?
注意:項目在ASP.NET中。
本頁面包含從第一頁到最後一頁的表格 – AjiKir
是的,我明白了。你可以看到嵌套的表單。在打開PayPal按鈕表單之前,您需要關閉「form id =」Form1「runat = server defaultbutton =」cmdclick「style =」height:9%;「」「。 – Gerzie