【问题标题】:Authorize.net Accept Hosted Form Runs unusual with IframeAuthorize.net Accept Hosted Form 使用 iframe 运行异常
【发布时间】:2017-12-28 17:48:14
【问题描述】:

我正在使用 Authorize.net 发布我的令牌并在 iframe 中获取付款表格。 问题是“_self”的表单发布正确地加载了表单,而将支付表单加载到 i-frame 给了我一个看起来很奇怪的表单。

这给了我一个看起来很奇怪的表单页面:

<iframe id="load_pay" name="load_pay" width="750" height="900" frameborder="0" scrolling="no"></iframe>
<form method="post" target="load_pay" action="https://test.authorize.net/payment/payment">

这是给我一个正常的帖子:

<form method="post" target="_self" action="https://test.authorize.net/payment/payment">

以下是两者的截图:

带有 iframe 的 ErrorImage:

没有 iframe 的普通图片:

可能是 Internet Explorer 设置问题?
怎么了?

【问题讨论】:

    标签: html iframe authorize.net


    【解决方案1】:

    对我有用的一个解决方案是关闭 IE 中的兼容性视图。

    【讨论】:

      猜你喜欢
      • 2021-11-20
      • 2020-02-12
      • 1970-01-01
      • 2021-07-15
      • 2017-09-27
      • 2018-03-30
      • 1970-01-01
      • 1970-01-01
      • 2017-05-28
      相关资源
      最近更新 更多