【发布时间】:2014-12-09 14:52:25
【问题描述】:
我遇到了一个问题,人们可以在连接到贝宝时更改此设置,并且他们可以更改他们可以为他们购买的套装购买的金额。我可以禁用编辑这个或如何我能做些什么来阻止人们编辑这个吗?
<form method="post" name="paypal_form" action="https://www.paypal.com/cgi-bin/webscr">
<input type="hidden" name="rm" value="2">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="fliphotell@hotmail.com">
<input type="hidden" name="return" value="http://fliphotel.org">
<input type="hidden" name="custom" value="Flowy">
<input type="hidden" name="cancel_return" value="http://fliphotel.org">
<input type="hidden" name="notify_url" value="http://fliphotel.org/pp/paypal.php?action=ipn">
<input type="hidden" name="item_number" value="2">
<input type="hidden" name="item_name" value="Flip Diamonds">
<input type="hidden" name="amount" value="7">
<center><br><br>If you are not automatically redirected to paypal within 5 seconds...<br><br>
<input type="submit" value="Click Here"></center>
</form>
【问题讨论】:
标签: javascript jquery html paypal