I was experimenting with inter browser window communication when the new windows are not opened with window.open but are opened with ctrl + N.
Is there any way to communicate across such windows at all?
Thanks guys.
korkus2000
2:41 pm on Aug 3, 2004 (gmt 0)
I don't think so. They have no real reference and it would be a security risk to effect other browsers you didn't initiate.
dataKris
6:44 pm on Aug 3, 2004 (gmt 0)
korkus,
I thought so too.. However, I use Javascript to help my visitor tracking. I wonder if some of my visitors cut the URLs from the search engine and paste in a new window.. So, I lose the referral info. That sucks in my case.