Window does not start in new window

ruebenwurzel

Hello,

as this is more a generelly question about html and javascript, the WB forum is not the right place to ask this. Look on our help page on the bookmarks list. There you'll find some links wich possible could help you.

Matthias

POPDUM

Hi,

I can open windows in a new window whenever I select Target:New Window. However, now I realize that when I start a new window programmatically (e.g. using PHP header or window.open in javascript), it opens in the same window. I haven't been able to open the child window in a new window.

Does anybody know how to achieve this, especially using javascript. I need to allow the user to click on an image (there are upto 10 of them), which then opens up a file upload screen. After the user chooses the file and uploads, the child window should update the image in the parent window, or on error do some processing. Thisd means that  I need this functionality.

Does anybody have any ideas?

Thanks a lot for your help.