ASP

ASP借助javascript真正实现返回并刷新本页

在网上搜了好多,都是写的location.herf=xxx,跳转什么的,连HTML头部转向刷新都说起来肋。 就一句话,您对这搞就行了: response.write("<script>alert('"msg"');history.go(-1);this.location.href='"&request.ServerVariables("HTTP_REFERER")&"';</script>")