<iframe width="920px" height="500px" style="border-radius: 5px; border: 1px solid #cfcfcf;" src="http://login.uid.me/?site=dinterncup-thc&ref=http://interncup-thc.ucoz.com/" onclick="refreshIframe();"></iframe>
我希望 AFTER 刷新iframe中的页面,刷新或重定向 整个页面。我怎样才能做到这一点? 谢谢!
答案 0 :(得分:1)
从iframe中,您可以修改父窗口的网址。将其添加到您的refreshIframe函数:
parent.location.href="yourNewURL";
这假定iframe及其父级位于同一个域中。