last website

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • patr0805
    New Member
    • Sep 2007
    • 48

    last website

    Is there a way I can check the last link the user looked on?
    Like this:

    www.patricksoni k.com/home.html > www.patricksoni k.com/aspx.aspx (the aspx page finds out witch page the user came from....

    Is that posible?
  • JamieHowarth0
    Recognized Expert Contributor
    • May 2007
    • 537

    #2
    Hi there,

    I do not know how to do this in ASP.NET but I know that the server header variable is HTTP_REFERER - so in classic ASP this would be:
    [code=asp]
    Request.ServerV ariables("HTTP_ REFERER")
    [/code]

    If any ASP.NET experts could clarify on how to do this in .NET to help out it would be most appreciated.

    Cheers,

    medicineworker

    Comment

    Working...