首页跳转

<html>
<head>
  <title></title>
</head>
<body>
  <script type="text/javascript">
        var test = window.location.href;
        test=test.replace("http://","").replace("www.","")
        var url="";
        switch(test)
        {
            case "class.fans/":url="http://www.class.fans/fans/index";break;
            case "yan.gift/":url="http://www.yan.gift/gift/index";break;
            default:url="http://www.weekwork.com/gift/index";
        }
        window.location = url;
  </script>
</body>
</html>

 

posted @ 2015-11-18 15:50  gobuild  阅读(243)  评论(0编辑  收藏  举报