View Single Post
Old 11-09-2002, 04:26 PM  
Brian911
Confirmed User
 
Join Date: Dec 2001
Posts: 654
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", "b", "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.
__________________
- Brian
[ a directive occured while processing this error ]
Brian911 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote