[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Browser FAQ

Last updated on November 3, 2004.

How do I deactivate frames?

Add the following lines to your user.js file:

user_pref("browser.frames.enabled", false);

Or you can enter about:config in the location bar.
Search for the preference browser.frames.enabled.
Modify the value to false.

[an error occurred while processing this directive]