| Author |
Pop-up opening into open window in IE6
|
Marc Luzietti
Ranch Hand
Joined: Feb 02, 2006
Posts: 84
|
|
I have a simple pop-up function. When it opens, if there's another open window, it opens in that window, rather than its own. Is there a simple way to prevent this?
|
Support Kathy Sierra
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
give the window unique names window.open("url","windowName","options") Eric
|
 |
Marc Luzietti
Ranch Hand
Joined: Feb 02, 2006
Posts: 84
|
|
|
It's got one. It's there in the code, "Flagship"
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
Originally posted by Marc Luzietti: It's got one. It's there in the code, "Flagship"
He means give each popup a unique name.
|
 |
Marc Luzietti
Ranch Hand
Joined: Feb 02, 2006
Posts: 84
|
|
|
Hmmm. I don't control the other pop-up. It's a different application.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
If you do not control the pop up, than you are out of luck. Eric
|
 |
Marc Luzietti
Ranch Hand
Joined: Feb 02, 2006
Posts: 84
|
|
|
Dang
|
 |
Brent Sterling
Ranch Hand
Joined: Feb 08, 2006
Posts: 948
|
|
I am not sure what part you control there but what about using "_blank"? http://www.w3schools.com/htmldom/met_win_open.asp - Brent
|
 |
 |
|
|
subject: Pop-up opening into open window in IE6
|
|
|