Its to deploy within a intranet with no access to serverside or anything. I can use javascript.
Here's what I want: Script to read where the person was referred from and if they didn't come to the page from 1 specific URL then it would display another html page that would direct them to the page they need to go to first and click the URL link to be able to access the page....
Make sense? Any help is appreciated!
if (document.referrer != "http://www.YOURSPECIFICURLcom/PAGENAME.html") { location.href = "PAGE_THEY_NEED_TO_GO_FIRST.html"; }
perfecto ss - thanks much!
Sorry, you must be a member to post to a conversation. Either
log in or
sign up
to get involved.