Hello
------perl code--------
$ref="$ENV{'HTTP_REFERER'}";
print qq(
document.write('hello:$ref');
-----------------------
called with:
<script language="JavaScript" src="any.cgi"></script>
It works with IE but Netscape prints only
-------
hello:
-------
It does not send the referer!
Ideas?
------perl code--------
$ref="$ENV{'HTTP_REFERER'}";
print qq(
document.write('hello:$ref');
-----------------------
called with:
<script language="JavaScript" src="any.cgi"></script>
It works with IE but Netscape prints only
-------
hello:
-------
It does not send the referer!
Ideas?