tkrakshit (AT) yahoo (DOT) com (Tuhin) writes:
Quote:
I have to call a window.open for each of these strings. I am looping
through these strings and calling the window.open for each. But this
does not work. It won't pop up a second window unless the first one is
closed.
If I put an alert message before calling the window.open, and close
the previous window each time, it works. How do I pop up multiple
windows? |
This opens and closes five windows for me:
---
var w=[];
for(var i=0;i<5;i++) {w[i]=open();}
alert("Close them!")
for(i=0;i<5;i++) {w[i].close();}
---
We need to see what you are doing. Are you giving all the windows
the same name (second argument to window.open)?
/L
--
Lasse Reichstein Nielsen - lrn (AT) hotpop (DOT) com
Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit.html>
'Faith without judgement merely degrades the spirit divine.'