<%@LANGUAGE="VBSCRIPT" CODEPAGE="932"%> <% DIM exit_url exit_url = "http://" & Request.QueryString("url") Response.Redirect( exit_url ) %>