<%dim nowh
nowh=hour(now())
if nowh>21 or nowh<8 then
response.Write("<script>alert('对不起,请您在8:00-21:00之间注册!');window.location.href='..index.asp'</script>")
end if%>
<%response.End()%>
这些语句在一文件夹的文件里放着,我想一点击提示框的确定后就返回根目录主页,window.location.href='..index.asp'可是返不回去,而且response.end也不起作用,还是继续执行下面语句,请大家看看是怎么回事?