S
saden_paki
I am having this problem, that Request.UrlReferrer comes out to be
Nothing, when a user hits a button on a html page which only have this
button, on this button's onClick javascript event I have used
location.href to redirect the page to an aspx page, there I try to
extract the Request.UrlReferrer which comes out to be null..
When I used the mozilla based(firefox) I was able to get the
Request.UrlReferrer info.
is there anyway that I can get that info in IE, my problem is that I
can't replace the location.href way of redirection for the html page...
I know someone from you guys knows the solution... Just in search of
that guy...
please help!
Nothing, when a user hits a button on a html page which only have this
button, on this button's onClick javascript event I have used
location.href to redirect the page to an aspx page, there I try to
extract the Request.UrlReferrer which comes out to be null..
When I used the mozilla based(firefox) I was able to get the
Request.UrlReferrer info.
is there anyway that I can get that info in IE, my problem is that I
can't replace the location.href way of redirection for the html page...
I know someone from you guys knows the solution... Just in search of
that guy...