I've been searching the internet for a while to find an answer, but have had no luck.
document.referrer
in ie does not work.
I need to find the previous url without storing in local storage, cookies or setting sessions. Is there any way to do this?
I am not creating a back button or a link so window.history
does not work in this situation. I need to perform an action to display an element based on where they previously were.
Any help is appreciated!