javascript:alert(window instanceof Window) seems to be implemented the
same way in a number of browsers, no?

As of right now, Window is only exposed in Firefox and IE. Safari and Opera don't expose it. In Safari, alert(window) shows that window is an instance of DOMWindow though, but Webkit doesn't expose DOMWindow.

--
Michael

Reply via email to