PDA

View Full Version : FireFox


zexmarquies01
02-24-05, 04:37 PM
Is there a way to turn the Alert notice box off?

i want the Time out alert box to not show up. when a site times out, the box appears, and i have to click on the OK button for the site to start re-loading again. which is a pain in my butt. not only that, but if i'm away from the comptuer, nothing happens if i don't hit ok.

so anyone know how to turn this alert off?

Gnerma
02-24-05, 11:36 PM
This is possible but you'll need to edit your user.js file. Look at this (http://www.mozilla.org/support/firefox/edit) page to figure out how to do that.

This is what you need to add to the file to get rid of the boxes:

// Instead of error dialog messages, display error pages (more like IE)
user_pref("browser.xul.error_pages.enabled", true);