Michael Bodin wrote: > "Cannot find function getElementById"? > > am I dong something wrong or isn't getElementById implemented yet? (is this > possible to do in this way?)
The script engine does not implement DOM methods like getElementById. The script engine implements the JavaScript core language as documented here: http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference -- Martin Honnen http://JavaScript.FAQTs.com/ _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
