Martyr2 said on 19/04/2006 3:19 AM AEST:
That reference seems to jumble all sorts of stuff together without any
clear identification between native, built-in and host objects. Look at
their reference for a 'text' object (which refers to an input element of
type text).
It also suggests stuff like:
Syntax: object.onBlur="myJavaScriptCode"
which is very misleading - it should say something like:
Syntax: object.onBlur = functionReference or functionExpression
Try the Gecko DOM reference instead:
<URL:
http://developer.mozilla.org/en/docs/Gecko_DOM_Reference>
It's a work in progress but covers most of the DOM, it's much less
likely to mislead and links to relevant standards (even MSDN for IE-isms).