Click to See Complete Forum and Search --> : document.methods


BritMiss
08-23-2003, 09:06 AM
Can anybody tell me are there predefined methods associated with the document object? and where can I find a list please?

Fang
08-23-2003, 09:14 AM
Try here (http://www.devguru.com/Technologies/ecmascript/quickref/document.html)

Charles
08-23-2003, 12:52 PM
For something from this century see http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/document.html and http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/. You'll need both of those to get the complete picture.