Hah! They got'ya too?!
About Mozilla "location" object:
He referred to the `locationbar' property of Mozilla (more precise: the
Gecko DOM), and, with the latter URI, the `location' property of the IE
DOM. Both have nothing to do with each other, hence your reference to
browser privileges does not matter and is inappropriate here, especially
not regarding _read_ access to the property which is always possible in
the former without them.
So the original answer remains correct: no, you cannot do it from
JavaScript :-(
Wrong. Mozilla/5.0-based UAs implement only JavaScript (IE-based
UAs implement JScript), and it can be done there. However, it is
only occasionally that the DOM required for support of a feature
also requires support of the language, meaning that the feature
cannot be expected to be supported in JavaScript-supporting host
environments.
You have still not understood the difference between the each of
the languages, and between the language and the AOM/DOM accessible
through it.
PointedEars