Re: Is document.<formName>.<fieldName>.value DOM-1 compliant

>Is referencing an HTML form-field value allowed by specifying
>document.<formName>.<fieldName>.value ?

Not in the standard DOM bindings. Your implementation may support it as an
additional API,, but portability is not guaranteed. (Dynamically adding
fields to objects is a very JavaScriptish approach; the DOM is designed for
cross-language portability, and most languages won't let you get away with
this.)

______________________________________
Joe Kesselman  / IBM Research

Received on Wednesday, 8 November 2000 17:43:20 UTC