|
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 ]
|