Click to See Complete Forum and Search --> : specification for document, window etc.
vasiliy_gagin
08-28-2003, 11:23 AM
JavaScript 1.3 Client-Side Reference from Netscape's devedge used to specify objects document, window etc. But now it is obsolete.
Does anybody know what spec regulates those objects now?
Do you mean this (http://devedge.netscape.com/library/xref/2002/client-data/index.html) reference?
vasiliy_gagin
08-28-2003, 12:17 PM
I mean that if I use in my JavaScript code like:
document.form.field.value = 5
then I supposed to know what document object is and its properties, methods. And I can't find any non-obsolete specification for document object.
This makes me wonder, if document object is obsolete too?