Forum Moderators: coopster
I'm thinking that google is going to find those popup pages, and display them as search results.
Since the popup pages have no navigation except for a "close page" link, well, yuck.
I was thinking that I could check the HTTP_REFERER variable to see if the visitor was coming from my own site - if they were not, I'd display some site navigation so they could find their way to my site.
But when I check on my local server, and click on one of the links to open the popup window, HTTP_REFERER is just plain empty.
Is my reasoning wrong somewhere?
hm - so maybe it's totally normal that the HTTP_REFERER variable is empty, huh?
If that's the case, then I can just plan on displaying links if HTTP_REFERER is *not* empty?
<added later, after testing>
YEP, it works!
Thanks, vincevincevince, for asking the right question! :)
</added>
You might need to check the referrer in JS from the page with the glossary links using 'document.referrer', because I don't think the window.open method carries the referrer from the click event