标签:parent 控制 通过 窗口 script 嵌入 不同域 注意 span
子窗口可以重写父窗口的location.href,
try{ if(window.location.href != parent.window.location.href){parent.window.location.href = window.location.href} }catch(e){ parent.window.location.href = window.location.href ·· }
try{ parent.window.location.href }catch(e){ parent.window.location.href = window.location.href }
标签:parent 控制 通过 窗口 script 嵌入 不同域 注意 span
原文地址:http://www.cnblogs.com/jczxq/p/6547608.html