Dear All,
I am trying to write a small banner system and I am trying to get the page from where the banner is displayed. I have tried this piece of code:-
page = Request.ServerVariables("HTTP_REFERER"
however with IE6, it does not work and gives me a blank variable.
Is there a way round this?
Thanks for your help.
I am trying to write a small banner system and I am trying to get the page from where the banner is displayed. I have tried this piece of code:-
page = Request.ServerVariables("HTTP_REFERER"
however with IE6, it does not work and gives me a blank variable.
Is there a way round this?
Thanks for your help.