Closed Thread Icon

Topic awaiting preservation: Revisiting the DOM.. (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=8214" title="Pages that link to Topic awaiting preservation: Revisiting the DOM.. (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Revisiting the DOM.. <span class="small">(Page 1 of 1)</span>\

 
Petskull
Maniac (V) Mad Scientist

From: 127 Halcyon Road, Marenia, Atlantis
Insane since: Aug 2000

posted posted 06-19-2002 15:23

anyone know- off the top of their heads- the pages that illustrated the entire DOM tree in each browser?


Harmonizing new illusions...
ICQ: 67751342

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 06-19-2002 16:43

I have never seen a page that will list these kinds of things. Would be helpful though.
hmmm. . . goes off wondering about putting together such a page

Might want to check out www.w3schools though.

Later,
C:\


~Binary is best~

[This message has been edited by CPrompt (edited 06-19-2002).]

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 06-19-2002 18:11

I'm not sure what pages you're talking about, Petskull. Are you referring to maybe a page that someone created, or are you asking for links to the companies' sites that made the browsers? (like http://msdn.microsoft.com , etc...)

Personally, http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ , or more generally, http://www.w3.org/DOM/ , has always worked fine for me =)

poi
Paranoid (IV) Inmate

From: France
Insane since: Jun 2002

posted posted 06-20-2002 10:02

When juggling with the DOM I use http://www.xs4all.nl/~ppk/js/version5.html as a quick reference

But if you're looking for a page that introspect the elements of a page, well I did something similar but don't have the latest version here.

Basically, it consist in a TEXT INPUT with the handle of the object you want to introspect, a "process" button, a "back" button ( to remove the latest .XXX in the INPUT )
When the "process" button is clicked I introspect the objectHandle ( given in the INPUT ) and create a table with all its properties ( with a A tag that add the property name in the INPUT and re-process the table ) and their value

The above explanation, could help you make your own introspection page though I'm not sure that's what you're looking for

Cheers

Mathieu "POÏ" HENRI

« BackwardsOnwards »

Show Forum Drop Down Menu