Results 1 to 2 of 2

Thread: Redirecting a url...

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    Coventry, England
    Posts
    169

    Redirecting a url...

    I want to be able to redirect a url to another url. However, I want to do this without running all of the code after the redirect code. So once it hits the redirect code, it goes straight to the specified url and doesn't execute the remaining code on that page (index.aspx).

    I am new to web dev so bear with me...

    Thanks.

  2. #2
    Addicted Member
    Join Date
    Jul 1999
    Posts
    207
    Server.Transfer("/folder/page.aspx")

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width