On my home page I like for it to open up only if it was forwarded from a certain URL.
For example, www.xyz.com/fillform
forwards to www.abc.com
on www.abc.com
I like to see if I was forwarded from www.xyz.com/fillform
If so, I not, I would like to forward them to www.xyz.com/fillform
.
If they were, then the page would open. Is this possible through jQuery?