Tuesday, March 1, 2011

How to develop object Heirarchy in JavaScript


The window object is at the top of the client-side JavaScript Object Heirarchy. It is an object representing the browser window. All client-side JavaScript objects exist as properties of the Window Object. Core and server-side objcts are not part of the Window Heirarchy. When you represent the property of an object, you need to use a dotted notation reference. For eg. object.property. Each object has propterties, methods and events. However, with the Window object, the script can interpret without the window portion of the notation. Hence window.status and status will be treated equally.



Check Us Out We Are All Over The Web!!






Check Out Our Website

2 comments:

Unknown said...

This is good information. Thanks Arif.

pookstir2000 said...

OK I'm logged in now! had a little trouble there trying. thanks for the heirarchy table. Thanks again Arif for the excelent work!