Forum Moderators: coopster & phranque

Message Too Old, No Replies

How to pass referrer to popup

blank referrer

         

ikbenhet1

9:18 pm on Mar 9, 2003 (gmt 0)

10+ Year Member



I have javascript links when javascript is enabled. There is no referrer when a link is clicked. (ie my site won't show up in their logs.)

Is it possible to pass a referrer to a javascript popup through php or in any other way?

jatar_k

2:44 am on Mar 11, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Have you contemplated using a redirect script or putting the referring url right into the link as a get string. That should show up in the logs I would think.

ikbenhet1

11:41 am on Mar 11, 2003 (gmt 0)

10+ Year Member



Jatark,

Replacing all links on my site is much work, there's over a 1000 links on the site, i might just as wel start over if i do that.

This part i don't understand: "or putting the referring url right into the link as a get string.
Please explain, do you mean this: www.asite .nl?Refferer

<added> just typed in www.my site.nl?hee 10 times, it doesn't show in my own log either</added>

the link that i use is:
<td class='y' onmouseover='x(this,a);' onmouseout='y(this,b);' width='100%' onclick="gm('http://www.thasite .nl','parent');return false;"><a href='http://www.thasite .nl' target='parent'>anchor</a> </td>

ikbenhet1

12:46 am on Mar 12, 2003 (gmt 0)

10+ Year Member




Jatar, you're right, that's the best way. a redirect script it shall be. Thanks.