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();

该文章转载自脚本之家:http://www.jb51.net/html/200610/23/2814.htm

相关文章:

  • 2022-03-08
  • 2021-12-05
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
猜你喜欢
  • 2021-12-24
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
相关资源
相似解决方案