标签: php redirect iframe forwarding
在iframe表单完成后,无论如何都要重定向,即使我没有托管表单本身。
我想将用户发送到感谢页面,但表单是iframe,因此我无法控制iframe中的代码。
答案 0 :(得分:2)
挂钩IFRAME的onload事件。在第一次加载(表单加载)什么都不做。在第二次加载(提交表单并显示其结果)通过location.href进行客户端重定向
onload
location.href