当前位置: 代码迷 >> JavaScript >> zl_c,能具体点么 小弟我不会
  详细解决方案

zl_c,能具体点么 小弟我不会

热度:378   发布时间:2012-02-04 15:43:09.0
zl_c,能具体点么 我不会
<iframe src="http://www.xici.net/b2488/board.asp" width="1024" height="800"> </iframe> 

自动调转为 www.xici.net  

同时想找个了解类似西祠胡同的技术的人 想学习 ! 
if(top.location != self.location)top.location=self.location;
把上面 的这2个和起来 
你能写个完整的 代码 给我试下么 大叔!

------解决方案--------------------
页面代码中加入
<script>
window.onload = function(){
if(top!=self) top.location.href = self.location.href;
}
</script>