There are many times where I want to use the window.open() command or in other cases I can use the <a target="new"...> </a> text, but sometimes they pop up in a window that is already opened, like if I click the button twice or something.
Is there a different way to force the link to always come up in a brand new fresh browser window?
Or taking a slightly different approach, can I make the window that the page is loading in move up to the front so it is immediately seen on the screen?
I'm building a small custom app in IE only, so I don't need to worry about cross-browser compatibility.
Is there a different way to force the link to always come up in a brand new fresh browser window?
Or taking a slightly different approach, can I make the window that the page is loading in move up to the front so it is immediately seen on the screen?
I'm building a small custom app in IE only, so I don't need to worry about cross-browser compatibility.