Steve Carroll wrote:

> On a similar note..  What does this command actually block??
> // Override popping up new windows on target=anything
> user_pref("browser.target_new_blocked", true);


When you click on a link in a page it normally opens in that window,
replacing the content of that window. Links can also specify a TARGET
attribute which can cause a new window to open. Some folks really, really
hate new windows and wanted a way to suppress that behavior.

-Dan Veditz


Reply via email to