;">返回 asp自动返回并刷新的方法: 代码如下: response.Write("<script language=javascript>self.location=document.referrer script language=javascript>history.go(-1);</script>") 向上一页 页面跳转 window.navigate(location) 7 location.replace(location) 8 document.URL=kk 自动刷新页面的方法: 1.页面自动刷新:把如下代码加入区域中 <meta http-equiv="refresh" content="20"> 其中20指每隔20秒刷新一次页面. 2.页面自动跳转:把如下代码加入<head>区域中 <meta http-equiv ="refresh" content="20;url=http://chenhaoxiang.github.io"> 其中20指隔20秒后跳转到http://chenhaoxiang.github.io