function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Richa KRicha K 

Get the URL of the previous page

Hi,

 

I am using document.referrer to get the URL of the previous page visited.

 

But IE has issues with document.referrer. Any one have any idea, how we can get the URL of the previous page in IE.

 

Thanks,

Shailesh

bob_buzzardbob_buzzard

To some extent this depends on how you arrived at the second page - IE tends not to fill in the referer when the navigation was controlled by javascript (setting the location.href, for example).  The workaround that crops up a lot is to append a link to the DOM via javascript and click that.  

 

There's more information at:  http://webbugtrack.blogspot.com/2008/11/bug-421-ie-fails-to-pass-http-referer.html