11-09-2002, 04:30 PM
|
|
|
WINNING!
Industry Role:
Join Date: Oct 2002
Posts: 14,579
|
Quote:
Originally posted by Brian911
well, if you want multiple popups and NOT one popup refreshing the content you have to change the name of it IMHO... popup calls would look like this:
1st
a = window.open ("http://www.domain.com", "a ", "height=600,width=800,location,menubar,resizable,s crollbars,status,toolbar");
2nd
b = window.open ("http://www.domain.com", "b", "height=600,width=800,location,menubar,resizable,s crollbars,status,toolbar");
3rd
c = window.open ("http://www.domain.com", "c", "height=600,width=800,location,menubar,resizable,s crollbars,status,toolbar");
could be wrong on this though. just test it.
|
|
|
|