标签:href win ati 嵌入 hostname name 框架 防止 top
try{
top.location.hostname;
if (top.location.hostname != window.location.hostname) {
top.location.href =window.location.href;
}
}
catch(e){
top.location.href = window.location.href;
}
标签:href win ati 嵌入 hostname name 框架 防止 top
原文地址:http://www.cnblogs.com/zhoudawei/p/7514077.html