当前位置: 代码迷 >> Java Web开发 >> 如何让页面不断的刷新
  详细解决方案

如何让页面不断的刷新

热度:76   发布时间:2016-04-17 12:18:02.0
怎么让页面不断的刷新
我要刷新的页面为http://topik.etest.net.cn/,这个页面,,如果这个页面没有进去。出现Internet Explorer 无法显示该网页。这个就继续刷新这个页面,,如果进去了就不刷新。。这个页面需要怎么做啊

------解决方案--------------------
HTML code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>无标题文档</title><meta http-equiv="refresh" content="20;URL=http://topik.etest.net.cn/"> </head><body></body></html>
  相关解决方案