具体方法:
在网页HTML源文件的<head>和</head>之间的空白处点击鼠标,输入:
<Script language=”JavaScript”>
<!--
if (top.location !== self.location) {
top.location=self.location;
}
-->
</Script>
保存退出。
或者在网页HTML源文件的<head>和</head>之间的空白处点击鼠标,输入: <SCRIPT language="JavaScript">
<!--
if (parent.frames.length > 0) {
parent.location.href = location.href;
}
// -->
</SCRIPT>
保存退出。

收藏到QQ书签