Forum Moderators: open

Message Too Old, No Replies

window.open will not open child window in new browser window

window.open problem

         

Popdum

5:35 pm on Feb 12, 2008 (gmt 0)

10+ Year Member



Hi,

As far as I know, one can open a new window using window.open using javascript, and the new window opens in another window, unless _parent is specifically given.

However, when I use window.open, the new window opens in the same browser window as the parent, and there is no way the child window can interact with the parent.

Has anybody experienced a similar problem?

Any advice or suggestions are most welcome!

Thanks everybody for you help.

lavazza

6:00 pm on Feb 12, 2008 (gmt 0)

10+ Year Member



the new window opens in the same browser window as the parent

Good! I don't want YOU opening applications on MY machine

Any advice or suggestions are most welcome!

Yep

Stop trying with your current approach... figure out what you NEED to acheive, and get it to work in ONE tab/window

Fotiman

8:27 pm on Feb 12, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I second.

JavaScript popups have been proven a bad idea for a LOOOOOOONG time now. Abandon this approach.

Popdum

8:52 am on Feb 13, 2008 (gmt 0)

10+ Year Member



Yes, I have changed my approach.