In Mozilla (haven't tried IE),
Managing multiple firewalls simultaneously is very difficult because the popup windows are not unique.
e.g.
If I start the "Prefetch Up2Dates now" process on one firewall, and then start it on another, the second uses the same popup window as the first, so the first gets lost!
I've noticed the same thing with other windows, such as PacketFilter Live Log.
This can be fixed in HTML by using
target="_blank"
for the popup,
or in JavaScript by using the window name property. (a random name would work better)
Thanks,
Barry
This thread was automatically locked due to age.