Forum Moderators: not2easy
I've bookmarked the w3c for when I want to act like a scientist -- I know it is a good source to learn from though :: Are there any other great resources that start at the beginning and by the end get you working with it? It doesn't have to be an easy read, I'm just trying to get a good understanding of what the DOM is and how I can manipulate it from a Web development standpoint.
Thanks so much
-Madcat
I think that what you're really looking for is what W3Cschools calls the "DHTML DOM", that is the say the browser API. Instead of the XML tutorial you went to, try this instead
[url]
[w3schools.com...]
[/url]
Tom