Michael R�big wrote:
>
> Hello,
> mozilla 0.6 displays a strange error message in the javascript console
> viewing my homepage:
>
> Error: focusedWindow.location has no properties
> Source File: chrome://navigator/content/navigator.js
> Line: 137 Column: 0
>
> This file doesn't exist in my site.
> What does this message mean?
Mozilla's interface is run via JavaScript. chrome:// is a directory
inside of the mozilla directory where JavaScript files can read/write to
the hard drive. All it means, is that somewhere in the interface, there
is a JavaScript bug. It will probably be fixed by 1.0. I would just
ignore it for now.