<script language="javascript">
var newdomain="www.sunle.net";           //新域名,例如说跳到 www.sunle.net
var stoptime=0;                     //页面停留时间,以秒为单位
var My_Url=document.location.href;
godomain();
function godomain()
{
    var str=My_Url;
    stag=str.indexOf('//')+1;
    str=str.substring(stag+1,str.length)
    stag=str.indexOf('/');
    rstr=str.substring(0,stag);
    olddomain=rstr;
    My_Url=My_Url.replace(olddomain,newdomain);
    setTimeout("gourl()",stoptime*1000);
}
function gourl()
{window.location=My_Url;}
</script>
网站制作 | 评论(0) | 引用(0) | 阅读(444)
发表评论
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我
昵称   密码   游客无需密码
网址   电邮   [注册]