Submit Your Article Forum Rules

Results 1 to 2 of 2

Thread: Url Redirection In ASP

  1. #1
    Junior Member
    Join Date
    Apr 2011
    Posts
    1

    Url Redirection In ASP

    can anyone provide me any reference or code to redirect links in ASP.
    Last edited by shikharoy; 04-16-2011 at 04:49 AM.

  2. #2
    WebProWorld MVP DaveSawers's Avatar
    Join Date
    Dec 2006
    Location
    Lunenburg, Nova Scotia, Canada
    Posts
    760
    URL redirection is done on the client, not the server. ASP runs on the server. Once an HTML page containing a link has been generated using ASP and downloaded to the client, there is no further role for ASP on that page.

    The right thing to do is to use ASP to generate the link to the right place when the page is generated. Trying to do anything else is just trying to confuse the user and probably has no legitimate use.
    Dynamic Software Development
    www.activeminds.ca

Posting Permissions

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