if
(top.location != self.location) {
top.location = self.location;
}
|
咱们可使用如下代码破解它!html
var
location=
''
;
|
<!DOCTYPE html>
<
head
>
<
meta
http-equiv
=
"Content-Type"
content
=
"text/html;charset=gb2312"
/>
<
title
>装载别人的页面</
title
>
<
script
>var location=''</
script
>
</
head
>
<
frameset
cols
=
"340px,*"
>
<
frame
name
=
"main"
src
=
"http://hi.baidu.com/dzyl851/blog/item/84a80e3e56d750ba023bf6fb.html"
></
frame
>
</
frameset
>
<
noframes
>
你的浏览器不支持框架网页!
</
noframes
>
</
html
>
|