Hi all,
I'm a bit of a novice with javascript, so be patient with me...
I'm using the "window.ope n" function to open a new window from my page. I actually have several buttons on my page that each opens the same page with the "window.ope n" function, but each time it uses a different parameter. (i.e. window.open('Ne wWindow.html?pa rams=1') versus window.open('Ne wWindow.html?pa rams=2').
My problem is that if I open the window with the first button, it works as expected. But when I do the second button (without having first dismissed the first window) it opens the second window in the first window. I would rather have it open a *new* window.
Is this possible?
Robert
I'm a bit of a novice with javascript, so be patient with me...
I'm using the "window.ope n" function to open a new window from my page. I actually have several buttons on my page that each opens the same page with the "window.ope n" function, but each time it uses a different parameter. (i.e. window.open('Ne wWindow.html?pa rams=1') versus window.open('Ne wWindow.html?pa rams=2').
My problem is that if I open the window with the first button, it works as expected. But when I do the second button (without having first dismissed the first window) it opens the second window in the first window. I would rather have it open a *new* window.
Is this possible?
Robert
Comment