- From: Sascha Claus <SC_LE@gmx.de>
- Date: Sun, 24 Feb 2002 15:00:53 +0100
- To: www-validator@w3.org
Jim Ley wrote: > Mozilla 0.9.8 works - but no configuration option to disable windows > opening - UAAG violation AIUI user.js: user_pref("dom.disable_open_during_load", true); for popup/popoffs (also via Edit/Preferences/Advanced/Scripts&Windows) user_pref("browser.target_new_blocked", true); for <a target="..."> user_pref("capability.policy.default.Window.open", "noAccess"); for all JS window.open stuff (popups/popoffs too) -- Sascha Claus no mail copies, please mailto:SC_LE@gmx.de PGP-key:0x9E095CA2 The best argument against democracy is a five-minute conversation with the average voter. (Sir Winston Leonard Spencer "Winnie" Churchill)
Received on Sunday, 24 February 2002 09:01:32 UTC