i would like call a function upon loading a page (job.html) except when that page is accessed from one specific page (home.html). at first i wrote the condition something like if(document.referrer != "http://blah.com/blah/home.html"). this did not work because home.html referred job.html with window.location = job.html not an anchor tag.
if anyone knows a good way to get job.html to realize what page referred it, i would greatly appreciate your input
if anyone knows a good way to get job.html to realize what page referred it, i would greatly appreciate your input