where do I find the objects documentation?

R

Richard Trahan

Where is the list of js objects (Anchor, Applet, document, etc)?
It's not in the Netscape Guide or Core documents.
 
T

Thomas 'PointedEars' Lahn

Richard said:
Where is the list of js objects (Anchor, Applet, document, etc)?
It's not in the Netscape Guide or Core documents.

It is, but not in the latest version:

<http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/>

From JavaScript 1.4 on, those host objects are no longer part of the (core)
language, and thus have been removed from the Reference. They are now part
of the Gecko DOM:

<http://www.mozilla.org/docs/dom/domref/>
<http://xulplanet.com/references/objref/>

That DOM also implements interfaces of the W3C DOM:

<http://www.w3.org/DOM/>
<http://www.w3.org/DOM/DOMTR>

which are also supported by other user agents as (partially) implemented
in their DOMs, in particular

the IE DOM:
<http://msdn.microsoft.com/workshop/author/dhtml/reference/dhtml_reference_entry.asp>

and the Opera DOM:
<http://www.opera.com/docs/specs/#dom>


HTH

PointedEars
 
R

Richard Trahan

Thomas 'PointedEars' Lahn wrote:

(snip)

Once again I am in your debt. Do you take PayPal?

The Introduction to Tom Negrino's book, 5th edition, opens
with: "Welcome to JavaScript! Using this easy-to-learn
programming language..."

This is beginning to look like C++.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top