码迷,mamicode.com
首页 > Web开发 > 详细

js 多域名跳转

时间:2015-04-06 18:44:49      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:

<script>try {if( self.location == "http://cnblogs.com/endv" ) { 
top.location.href = "http://域名一/目录"; 
} 
else if( self.location == "http://域名二/" ) { 
top.location.href = "http://域名二/目录"; 
} 
else if( self.location == "http://域名三/" ) { 
top.location.href = "http://域名三/目录"; 
} 
else if( self.location == "http://域名四/" ) { 
top.location.href = "http://域名四/目录"; 
} 
else {document.write ("错误的访问地址")}} catch(e) {}</script> 


html

 

js 多域名跳转

标签:

原文地址:http://www.cnblogs.com/endv/p/4396314.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!