我正在使用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">
以下是两者的截图:
可能是Internet Explorer设置问题吗? 出了什么问题?
答案 0 :(得分:0)
对我有用的一种解决方案是在IE中关闭兼容性视图。