<html> |
<script> try |
{ |
if ( self.location == "http://www.yuncode.net/" ) |
{ |
top.location.href = "http://www.yuncode.net/www" ; |
} |
else if ( self.location == "http://bbs.yuncode.net/" ) |
{ |
top.location.href = "http://www.yuncode.net/bbs" ; |
} |
else if ( self.location == "http://space.yuncode.net/" ) |
{ |
top.location.href = "http://www.yuncode.net/space" ; |
} |
else |
{ |
document.write ( "错误的访问地址" ) |
} |
} |
catch (e) {} < / script > |
< / html > |
保存为index.htm,放到网站的根目录。 |