Forum Moderators: phranque
Any help on this would be appecaiated, been stuck on this for almost a week now.
if (document.referrer == "http://www.z.com/x.htm")
{do whatever}
else if (document.referrer == "http://www.z.com/y.htm")
{do something else}
I'm sure there are better server side methods which would work for everyone, not just those who allow Javascript.