[thelist] Multiple-Window Javascript

Mark Groen mgvanca at home.com
Wed Jul 18 12:11:17 CDT 2001


<snip>
So I need a script that will pop
up an additional rather than replacement window.
</snip>

Using the open() method , you can assign the windows to different locations
and a new window will be generated, leaving the old intact. Not exactly sure
how you are creating the new window [onClick?], but think the same rules
should apply?
Ex:
open("pop1.html","pop1","width=300,height=300,left=100,top=110")
open("pop2.html","pop2","width=300,height=300,left=100,top=100")
open("pop3.html","pop3","width=500,height=300,left=100,top=90")
open("picpopup.html","carney","height=211,width=160,left=80,top=80")







More information about the thelist mailing list