Hi Antonio, It is not very clear what you mean. When you alert any javascript object, it will look, in IE, like you said, in FF you will get a little more detail. If you want more information on the object, you can iterate over its properties and fields using any standard method you like.
If you want to know whether your window is maximized or not, simply use the isMaximized attribute: http://prototype-window.xilinus.com/documentation.html#isMaximized Cheers, -- Abel Braaksma Antonio Bonfiglio wrote: > > Hello Sebastien, first , you're my idol! > > Then.... > > I've a problem with observer: > > in my page I have a javascript function that I don't want to be > executed while window is onMaximize. > > How can I know if the window is "onMaximize"? I have put <body > onload="initWindowObserver();">, so if I write > "alert(Windows.observers[0])" the message is "[object Object]". > > Thank you very much. > > ------------------------------------------------------------------------ > > _______________________________________________ > Javawin mailing list > [email protected] > http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com > _______________________________________________ Javawin mailing list [email protected] http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
