Hi all
I have searched hi and lowfor an answer to this question and am hoping that someone can help me with a solution to an alternative to this problem.
Basically the HTTP_REFERER function is not working for me as it returns no values? I have tried various versions of writing it and nothing works (I have even checked the spelling of the word as I can see that many people have had problems due to incorrect spelling

)
The method that I am using is written like this:
<%= Request.ServerVariables("HTTP_REFERRER")%>
The above version returns nothing.
The pages URL that I am requesting is the page a visitor was on before they CLICKED A LINK from that page to this one(emailfriend link).
The method <%= Request.ServerVariables("URL")%> is working but is not useful to me as it just returns the address of the LINK that the User pressed.
Does anybody have some other method of retrieving a page address other than using the HTTP_REFERRER?
Hope somebody has some ideas.
Kind Regards
Kaikki