response.redirect("register_ok.asp")
response.Write("<script>window.location='register_oK.asp';<script>") response.End()
<% response.write "<script>location.replace('register_oK.asp')</script>" response.end %>