GALiRe
GScript variable (docReferrer)




Function:
Read variable that stores the location of the document that referred the current document. i.e. -
if (docReferrer eq "http://www.yahoo.com") {alert("You came from Yahoo!");}


This works outside of GALiRe Script, as long as it is within an event tag (ex. onLoad:;).