2009.9.2 js跳转问题

已有 425 次阅读2009-9-2 15:52

嵌入

<script language='javascript' src='domain.js'></script>

js跳转代码如下 domain.js

try {if( self.location == "http://www.jinnei.la/" ) {
top.location.href = "http://www.jinnei.la/index";
}
else if( self.location == "http://wo.jinnei.la/" ) {
top.location.href = "http://wo.jinnei.la/home";
}
else if( self.location == "http://dzh.jinnei.la/" ) {
top.location.href = "http://dzh.jinnei.la/bbs";
}
else {document.write ("")}} catch(e) {}

 

今日待解决问题:大杂烩板块右栏 热图无法显示

评论 (0 个评论)

facelist

您需要登录后才可以评论 登录 | 注册

关于大高平| 用户协议| 意见反馈| 免责声明| 网络谣言警示| Archiver|手机版|大高平 ( 晋ICP备14004426号 )

GMT+8, 2024-5-6 20:15 , Processed in 0.034282 second(s), 18 queries .

晋城网络警察

© 2015 大高平.

返回顶部