Hi @ all,
I have a site with following link:
<a target=_blank href..... >
This will open a new window and so I get a
main window(opener) and a child. Both display
my site.
Now, is there a way to get a browser or connection ID
as a PHP global var? I know only the HTTP_USER_AGENT
but with this I cannot diffenentiate trought the
opener and the child, but I have to know it in my script!
Is there another way to find out if the request is comming
in by the opener or the child?
Does anybody have an idea?
Regards,
id.