Ross M. Greenberg wrote:
> "dillinger" <> wrote in message news:hej785-...
>> Ross M. Greenberg wrote:
>>> How do I go about disabling the error console in Firefox?
>> Why would you want to do that?
>> Anyway, to remove it from the menu add
>>
>> /* Disable the error console */
>> #javascriptConsole {display: none !important}
>>
>> to your userChrome.css
>>
>> Michel
>
>
> try running this: http://ramnet.net/dom3.htm and add a row/column or so... the error console pops up even though it does not running the same .htm in IE 7.
I see, those links are broken, malformed, whatever you want to call it.
<a href="javascript
:" onclick="create_row();">create row</a> should be:
<a href="javascript
:create_row();">create row</a> etc.
"javascript
:" (no quotes) starts the error console, try typing it in the
url bar, I don't think it should be possible to start it from a web
page, it may even be a security problem.
I don't know of another way to stop it than by turning of javascript,
which kind of defeats the purpose.
Fwiw, it doesn't happen on Minefield (Firefox 3), so it may (will?) be
fixed in the future.
Michel