How can we detect when a user opens a new window. The user is already authenticated and we make heavy use of sessions.
We were trying to avoid ctrl-n javascript hooks but maybe that is an option.
I am assuming the request is the exact same URL...with CTRL-n?
...
Check this http://javascript.internet.com/forms/multiple-search-engine.html page. I wonder how to open search result in new window which works for Internet Explorer. Also, how to set body onload for the searchbox. Please help me. This third times i asked but there's no expert able to solve this. Before this, an expert was sent a solution...
Is there an easy way to set a "callback" function to a new window that is opened in javascript? I'd like to run a function of the parent from the new window, but I want the parent to be able to set the name of this particular function (so it shouldn't be hardcoded in the new windows page).
For example in the parent I have:
function DoS...