<meta http-equiv="refresh" content="20;url=self.htm">

解决方案 »

  1.   

    1,页面自动刷新:把如下代码加入<head>区域中<meta http-equiv="refresh" content="20">,其中20指每隔20秒刷新一次页面.2,页面自动跳转:把如下代码加入<head>区域中<meta http-equiv="refresh" content="20;url=http://www.njcatv.net">,其中20指隔20秒后跳转到http://www.njcatv.net页面。  
     
      

  2.   

    <script>location.href=location.href</script>
      

  3.   

    window.location=window.location;
    不过对于有表单提交的网页就很难说了。
      

  4.   

    刷新提示是网页以post的方式打开后刷新时要出现的东西,
      

  5.   

    在IE里,你可以
    把INTERNET选项的 高级 里面 重定向提交表单时发出警告
    的勾不打试试