Forum Moderators: phranque
Since we are in the middle of the checkout process, we
don't want to redirect the primary browser, or clutter up the checkout screen.
We were thinking of using the old standard
<A HREF="FedExGroundMap.html" TARGET="_blank">
however, I wonder if certain popup-browsers will block
even user clickable popup windows.
I seen this happen before, but im not sure if it was because the webpage was doing it with some fancy javascript rather than keeping it simple.
Is <A HREF="link.html" TARGET="_blank"> still safe from most popup blockers?
Q: Why can't I open link X?
A: Make sure your pop up blocker is not blocking windows that you intentionally open.
or something like that.
I have yet to use Firefox, Opera, Mozilla, etc - so I don't know if their popup blocking features works against the target"_blank" function or not.