在iFrame中打开returnURL而不是重新加载页面

时间:2014-01-29 22:00:08

标签: paypal paypal-ipn

我正在使用Paypal Pros iframe实现,一切正常......

<iframe name="hss_iframe" width="570px" height="540px"></iframe>
<form style="display:none;" target="hss_iframe" name="form_iframe" method="post" action="https://securepayments.paypal.com/cgi-bin/acquiringweb?cmd=_hosted-payment">
<input type="hidden" name="cmd" value="_hosted-payment">
<input type="hidden" name="subtotal" value="50.00">
<input type="hidden" name="quantity" value="1">
<input type="hidden" name="business" value="KASDFS323234">
<input type="hidden" name="paymentaction" value="sale">
<input type="text" name="custom" value="<?php echo $_REQUEST['email_address']; ?>">
<input type="hidden" name="template" value="templateD">
<input type="hidden" name="notify_url" value="http://www.mydomain.com/notify.php" />
<input type="hidden" name="return" value="http://www.mydomain.com/thankyou">
</form>

我的问题是www.mydomain.com/thankyou的返回网址是在iframe内部打开,而不是用该网页重新加载浏览器。

有没有人遇到过类似的问题?

1 个答案:

答案 0 :(得分:2)

Here you go。这是一个教程视频,从他谈到你正在询问的内容开始。