陈继铭电影:请问一下大家

来源:百度文库 编辑:神马品牌网 时间:2024/07/06 13:14:39
请问一下大家怎么防止别人在你的网站加入<iframe></iframe>.真是烦死了,大家有什么好方法克服

<script language="javascript" type="text/javascript">
//break out of frames
if (top.location != location) {
top.location.href = document.location.href;
}
</script>

帮不了你