Help! - I'm trying to track down a sensible reference to gives me the object/methods/properties of the DOM(!) so that I can find my way around it without having to ask daft questions....
At the same time, where does the print() method live?
the print()... well, I've seen that guy..
I think he lives up north, in a little town called window
.. he's a nice guy, I like him, he never let me down... I think of him as a brother..
Thanks folks. I've only got the Javascript 1.1 DOM to hand, which is why I was a bit stuck!
Still looking for the *current* one if anyone can help.....?
The ultimate is the W3C spec at http://www.w3.org/DOM/DOMTR. It's a pretty dry read - more about implementing the DOM rather than using it - but it's worth looking over.
Originally posted by s_m_b Help! - I'm trying to track down a sensible reference to gives me the object/methods/properties of the DOM(!) so that I can find my way around it without having to ask daft questions....
You're found it. As you can see, we have also a section dedicated for DOM scripting and many members with excellent acknowledgement.
When I have problems with Document Object Model, I usually visit at least one of these sites :