Changing urls dynamically in memory

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • carlsadlier@cox.net

    #1

    Changing urls dynamically in memory

    Hi,
    I'm trying tuse a page help system. When I click the help icon I want
    to go the help page and when I click the breadcrumb I want to go back
    to the previous page the user was on. When I click the breadcrumb
    (sitemap node) I am returned to the url above the last page. How can I
    fix this with out using a back button on the help page or web browser.
    Thanks
  • Hillbilly

    #2
    Re: Changing urls dynamically in memory

    See what you can do with Request.ServerV ariables("HTTP_ REFERER"). The
    HTTP_REFERER variable is reliable when used on our own web site and will
    contain the URL for a previous page but note the variable can only be
    populated with data by a click event.



    <carlsadlier@co x.netwrote in message
    news:b02dc851-5a27-4d7e-8cb7-e600b724c476@f4 0g2000pri.googl egroups.com...
    Hi,
    I'm trying tuse a page help system. When I click the help icon I want
    to go the help page and when I click the breadcrumb I want to go back
    to the previous page the user was on. When I click the breadcrumb
    (sitemap node) I am returned to the url above the last page. How can I
    fix this with out using a back button on the help page or web browser.
    Thanks

    Comment

    Working...