What are Document Object Models?
- From: Dr J R Stockton <reply0911@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 11 Mar 2009 21:02:14 +0000
FAQ server <javascript@xxxxxxxxxxxxxx> posted.
An Object Model (OM) is provided by a host system to allow JavaScript
(or another language) to communicate with its host; the ECMAScript
language does not include an OM.
An OM may allow JavaScript to access a document, a file system, or
control a nuclear power station. // QUERY : is the latter legal?
The most commonly used OM of all may be the Document Object Model (DOM)
provided in Web browsers. // web browsers are arachnids.
Other object models commonly used with JavaScript are those provided by
Active Server Pages, Server Side JavaScript, and Windows Script Host.
Other document types, such as SVG, also define scriptable DOMs - mostly
as extensions of the W3C Core DOM specification designed for use with
XML documents.
// Join paragraphs as wished.
// Expand SVG : <http://en.wikipedia.org/wiki/SVG>?
// Presumably W3C & XML are defined higher up?
--
(c) John Stockton, nr London UK. ?@merlyn.demon.co.uk BP7, Delphi 3 & 2006.
<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/&c., FAQqy topics & links;
<URL:http://www.bancoems.com/CompLangPascalDelphiMisc-MiniFAQ.htm> clpdmFAQ;
NOT <URL:http://support.codegear.com/newsgroups/>: news:borland.* Guidelines
.
- Follow-Ups:
- Re: What are Document Object Models?
- From: Jorge
- Re: What are Document Object Models?
- References:
- FAQ Topic - What are object models? (2009-03-01)
- From: FAQ server
- FAQ Topic - What are object models? (2009-03-01)
- Prev by Date: Re: Static class members
- Next by Date: Re: FAQ Topic - What are object models? (2009-03-01)
- Previous by thread: Re: FAQ Topic - What are object models? (2009-03-01)
- Next by thread: Re: What are Document Object Models?
- Index(es):
Relevant Pages
|