Erik Harris wrote:

> On Sun, 02 Sep 2001 21:37:23 -0700, Brian Z Jones <[EMAIL PROTECTED]> wrote:
> 
> 
>>Sorry, spaced that: http://www.beaubonneaucasting.com/
>>
> 
> Ugh, the damn site keeps resizing my Mozilla window!  The webmaster of this
> site should be shot for that.
> 
> 
>>Specifically when clicking on: http://www.beaubonneaucasting.com/casting.asp
>>
> 
> I didn't have the patience to deal with the annoyances imposed by the main
> site to find this link on the main page, but when I paste this link into my
> copy of Mozilla 0.9.4, it loads fine.
> 
> Erik Harris                     eharris1@rocheste$.$$.com
> http://w3.to/erik                            ICQ: 2610172
> Chinese Martial Arts Assoc @ Cornell: http://w3.to/CMAAC/
> 
> To avoid Spam-bots, my address at the top is INCORRECT.
> Change each dollar sign to an "r".
> 

You can prevent all this forced window-control/browse-control crap:

user_pref("capability.policy.default.Window.open", "noAccess");
user_pref("capability.policy.default.Window.innerWidth.set", "noAccess");
user_pref("capability.policy.default.Window.innerHeight.set", "noAccess");
user_pref("capability.policy.default.Window.outerWidth.set", "noAccess");
user_pref("capability.policy.default.Window.outerHeight.set", "noAccess");
user_pref("capability.policy.default.Window.sizeToContent", "noAccess");
user_pref("capability.policy.default.Window.resizeTo", "noAccess");
user_pref("capability.policy.default.Window.resizeBy", "noAccess");
user_pref("capability.policy.default.Window.screenX.set", "noAccess");
user_pref("capability.policy.default.Window.screenY.set", "noAccess");
user_pref("capability.policy.default.Window.moveTo", "noAccess");
user_pref("capability.policy.default.Window.moveBy", "noAccess");
user_pref("capability.policy.default.Screen.top", "noAccess");
user_pref("capability.policy.default.Screen.left", "noAccess");
user_pref("capability.policy.default.Screen.width", "noAccess");
user_pref("capability.policy.default.Screen.height", "noAccess");
user_pref("capability.policy.default.Screen.pixelDepth", "noAccess");
user_pref("capability.policy.default.Screen.colorDepth", "noAccess");
user_pref("capability.policy.default.Screen.availWidth", "noAccess");
user_pref("capability.policy.default.Screen.availHeight", "noAccess");
user_pref("capability.policy.default.Screen.availLeft", "noAccess");
user_pref("capability.policy.default.Screen.availTop", "noAccess");


-- 
Jay Garcia - Netscape Champion
Novell MCNE-5/CNI-Networking Technologies-OSI
UFAQ - http://www.UFAQ.org


Reply via email to