I am not a very experienced javascript programmer by any means, but I am trying to prototype something for design purposes and I need some help. Here are some questions I have about window.open() in chrome
- How do I get the page to open in a new window. Not just another chrome tab.
- Is it possible for me click a link in one window and have it open in some other window already open on my browser.
- If I can open it in another window it is possible to specify which tab. Whether it be a tab that's already open or opening a new tab.
Thanks