Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个网站需要从fancybox 窗口上的iframe 内的外部页面登录,但我想在用户按下登录按钮后立即在登录的网站内容中重新加载承载iframe 的主页,这可能吗?
在你的 iframe 里面:
<script> window.parent.location = "page_to_load.php"; </script>