this code runs in the browser.xul scope and it throws an exception
when it tries to call content.watch() - the method does not exist.
content is of type [object XPCNativeWrapper [object Window]]
why doesn't content inherit the watch function?
http://bit.ly/4HXj2y seems to suggest that all objects have the watch
method
is there a way to watch the location?
>is there a way to watch the location?
>
>
Add a web progress listener and implement the onLocationChange method.
https://developer.mozilla.org/en/nsIWebProgressListener#onLocationChange
--
Warning: May contain traces of nuts.