js 定时刷新页面:
  
      <script language="javascript">
             function myrefresh()
             {
                 window.location.href="login.aspx";
                 
             }

             setTimeout(myrefresh,2000); //指定2秒刷新一次
            
             </script>
posted on 2009-03-14 23:02  钱途无梁  阅读(2970)  评论(0编辑  收藏  举报