I have a problem...
I have a site that should check where the visitors come from, ie. on which page they click links to get to my site.
However, if these links are opened in a new window, the HTTP_REFERER is empty. I thought it might be because the history is not copied but using a (Javascript) window.open function with "copyhistory=yes" it still doesn't give me any HTTP_REFERERs.
Any suggestions?