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.
我有一个带有内部 iFrame 页面的 HTML 网站。此 iFrame 加载成员的网页(如果重要,则为 php)。在人们从 iFrame 中登录后,我需要将主 HTML 页面重定向到另一个链接。实现这一目标的最佳方法是什么?
放window.top.location = "http://www.site.com";.
window.top.location = "http://www.site.com";