multiple windows. Make 3 extra pages and save same folder as your ‘parent’ page. Name them appropriately e.g. pop1.html, pop1.html and pop3.html .
Javascript that will pop up an additional rather than replacement window.
Using the open() method , you can assign the windows to different locations and a new window will be generated, leaving the old intact. Use the same rules as above for the open method. (ex 1)
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")
Gianni Wise . USYD . Tin Sheds . Faculty of Architecture . Course blog
22/04/2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment