0

How to get the previous page URL? can we get this using the window.history ? Note - We only need that URL and no need to perform any redirection.

I have tried document.referrer but it's not working in Chrome.

$(document).ready(function () {
            
            alert("previous url is: " + document.referrer);
});
Ahmed Elgammudi
  • 642
  • 7
  • 15
  • 2
    Does this answer your question? [How to get the previous URL in JavaScript?](https://stackoverflow.com/questions/3528324/how-to-get-the-previous-url-in-javascript) – Daweed Dec 23 '20 at 09:10
  • document.referrer works fine in chrome – stark Dec 23 '20 at 09:12
  • `but it's not working in Chrome`: what is the output? Please paste it into the question. – namgold Dec 23 '20 at 09:13
  • Could be down to Chrome Version? See: https://developers.google.com/web/updates/2020/07/referrer-policy-new-chrome-default – SL8t7 Dec 23 '20 at 09:13

0 Answers0