使用 SOAP 调用我得到一个 URL 并在 iframe 中显示。该 URL 包含一个表单,用户需要填写所有数据并提交它。当我调用 SOAP 函数时,给出了一个返回链接,其中一个重定向到我的站点。但问题是返回该页面时进入 iframe。我的要求很明确,它应该重定向到不在 iframe 内的给定路径。
我非常感谢您的提前帮助。
这是 iframe 的代码
<iframe style="width:955px;height:700px;margin: 0px auto;" src="<?php echo $response_data['Url']?>" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen id="js-signFrame">
</iframe>