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

js跳转有关问题解决方式

2012-08-30 
js跳转问题解决方式script languagejavascriptif (top.location ! self.location) top.locationsel

js跳转问题解决方式

<script language="javascript">if (top.location != self.location) top.location=self.location;</script>

热点排行