
May 30th, 2001, 05:11 AM
|
|
Contributing User
|
|
Join Date: Apr 2001
Location: Brisbane, Australia
Posts: 32
Time spent in forums: 4 m 5 sec
Reputation Power: 13
|
|
This is a javascript question, but I will give you an answer anyway, since I'm such a nice guy
Basically, somewhere else in your page (where you make ref equal to the referrer) you would document.write the tag you have.
Example,
Code:
<SCRIPT LANGUAGE="JavaScript">
<!--
ref = (page referrer);
document.write("<script language=\"JavaScript\" src=\"http://www.mydomain.com/function.php3?referrer=" + ref + "\"></script>");
//-->
</SCRIPT>
Hope this helped.
Regards,
Robbo
|