I want to have controll over who can get link to my deep linked pages.
I found a piece of code in a Formmail.php script based on referers.
I works fine when the link is open in the same window or in a new window.
But when opened in a popup I alway get "acces denied" 🙁 .
Can anyone tell me how to get it to work with popups too ?
You can se my script here
http://www.vtour.dk/test/refchecker.htm
In Javascript there is the "opener" reference is there similar command in PHP that can be used?