1、永远都会带着框架
<script language="JavaScript"><!--
if (window == top)top.location.href = "frames.htm"; //frames.htm为框架网页 http://www.cnblogs.com/sosoft/
// --></script>

 

2、防止被人frame
<SCRIPT LANGUAGE=JAVASCRIPT><!--
if (top.location != self.location)top.location=self.location;
// --></SCRIPT>

相关文章:

  • 2022-03-02
  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
  • 2021-10-03
  • 2021-12-24
猜你喜欢
  • 2022-02-22
  • 2022-02-11
  • 2022-01-29
  • 2022-12-23
  • 2021-12-24
  • 2021-06-29
相关资源
相似解决方案