![]() |
|
|
JavaScriptJavaScript is the Netscape-developed object scripting language used in millions of web pages and server applications worldwide. Netscape's JavaScript is a superset of the ECMA-262/ISO-16262 standard scripting language, with only mild differences from the published standard. Code is in the tree to support JavaScript 1.1, 1.2, 1.3 and 1.4. 1.4 includes support for some ECMAv2 features (exception handling, errors as exceptions, new switch behaviour), and more are coming.Where do I get it?The core JS engine can be found in mozilla/js/ref and mozilla/js/src. The version in ref is standalone, and the version in src requires NSPR to build. You can get the engine via CVS, or look for recent tarballs at ftp://ftp.mozilla.org/pub/js/. Where do I find out more?Some documentation can be found on the mozilla.org site. Netscape DevEdge has some general language docs as well, and there are a pair of newsgroups as well: netscape.dev.jsref for discussions about the engine itself, and netscape.devs-javascript for discussions about use of the language in the browser. comp.lang.javascript is carried on more servers, and also has discussion about JavaScript in various forms.Mike Shaver Last modified: Thu Sep 3 12:21:14 EDT 1998
|
|||||||
| Copyright © 1998 The Mozilla Organization. | ||||||||