首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

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

2012-02-04 
zl_c,能具体点么 我不会iframe srchttp://www.xici.net/b2488/board.asp width1024 height800

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>

热点排行