Click to See Complete Forum and Search --> : Object structure with deep recursion?


Fred
12-30-2002, 09:17 AM
Is where a way to print out a whole list of object properties?
Say, for "window.document" including deep recursion. I mean
recursion for properties which are objects in turn.
Any examples will be appreciated.
Thanks.

luc
12-30-2002, 09:32 AM
I guess you need something like this:

http://javascript.internet.com/page-details/dom-browser.html

Fred
12-30-2002, 10:01 AM
Thanks a lot!