if (window != top) top.location.href = location.href; //如果当前页面不是顶级页面,就在顶级页面打开该页面
用于有框架的页面,或者防止被嵌套到其他网站。