日期:2014-05-16  浏览次数:20356 次

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>