Ok this is what I need to do:
From one page you open a pop-up and when this pop up is open you shouldnt be able to go to the opener window.
I've tried <body onBlur="self.focus()"> in the pop-up but disturbs the form in the pop-up (you can't write in the fields) and it's quite easily to walk around, just click the taskbar and activate the opener window.
So what I need is (I'm guessing) some kind of check in the opener window, that checks if the pop-up have been opened and if it hasn't been closed and if that's true it should focus on the pop-up. I tried someting with windowName.closed but all I get is "windowName is undefined" though the pop-up is called windowName when it's opened. I'm using ie 5.5.
Thankful for any feedback and working examples....
From one page you open a pop-up and when this pop up is open you shouldnt be able to go to the opener window.
I've tried <body onBlur="self.focus()"> in the pop-up but disturbs the form in the pop-up (you can't write in the fields) and it's quite easily to walk around, just click the taskbar and activate the opener window.
So what I need is (I'm guessing) some kind of check in the opener window, that checks if the pop-up have been opened and if it hasn't been closed and if that's true it should focus on the pop-up. I tried someting with windowName.closed but all I get is "windowName is undefined" though the pop-up is called windowName when it's opened. I'm using ie 5.5.
Thankful for any feedback and working examples....