RE: I Want to Learn about ECMAScript

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> 	Is there a web site or document that explains ECMAScript?
> At this point, I simply want to read about it to see what might
> be done to sleigh this dragon.

As some people have already said the problem isn't
ECMAScript/Javascript/JScript. The problem is the object models that
different browsers expose. The scripts manipulates members of the
objects from these object models, and it is this that is the problem
both from the general problem of writing working javascript code, and
the problem of making it accessible.

The various browser vendors/distributors document these object
models, so you will have to look at the developer pages of Internet
Explorer, Netscape, Opera, WebTV, etc.

The obvious compatibility problem of this situations also affects how
difficult it can be to write accessible code.

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.1 Int. for non-commercial use
<http://www.pgpinternational.com>

iQA/AwUBOo0cwtlYbmO7kSNQEQLhIgCgleSJEqx/kSIkvlLEBOKM2eQGkD0AnR/o
uYk4jSX3ToDEw4fIjZuXdLoA
=thNQ
-----END PGP SIGNATURE-----

Received on Friday, 16 February 2001 07:27:17 UTC