Sunil Kashyap
Sunil Kashyap

Reputation: 2984

Get previous URL through js in IE > 10 browser

I'm trying to get the previous URL in chrome via document.referrer but this is not working in IE.

Upvotes: 2

Views: 439

Answers (2)

skamla
skamla

Reputation: 30

document.referrer works on IE9+ so you can use this to get history url.

Upvotes: 1

Sunil Kashyap
Sunil Kashyap

Reputation: 2984

document.referrer is working on IE10+ and edge browsers, this issue is only at my side, the browser was returning null every time but after restarting pc everything works perfectly.

Upvotes: 2

Related Questions