A URL parameter for response.redirects

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chumley the Walrus

    A URL parameter for response.redirects

    I need to do a redirect whereas the target URL is going to another
    browser window. The following is not valid :

    ''''
    Response.Redire ct("admin-login.aspx" target="blank")
    ''''

    ....giving me a " Comma, ')', or a valid expression continuation
    expected." error.
Working...