欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

動態(tài)加載js文件 document.createElement

 更新時間:2006年10月14日 00:00:00   作者:  
復制代碼 代碼如下:

var Rash=true;
var msg="";

function norash()
{
if (confirm("確定要取消嗎"))
Rash=false;
}

 function rashit()
{
setInterval('getrss()',Inttime);
}

function getrss()
{
        if (Rash==true)
        {
        head=document.getElementsByTagName('head').item(0);
        script=document.createElement('script');
        script.src='INCLUDE/AutoUpdate.asp';
        script.type='text/javascript';
        script.defer=true;
        void(head.appendChild(script));
        window.status=msg;
        }
}
rashit();

相關文章

最新評論