PDA

View Full Version : Javascript homepage


brock
04-17-2003, 07:48 PM
Does anyone know where I can find the latest upto date Javascript documents and changes?

Jon Hanlon
04-17-2003, 09:54 PM
What we loosely refer to as Javascript are actually a class of languages under the umrella of ECMAScript, or more specifically ECMA-262.

That is, Netscape's Javascript and Microsoft's JScript are flavors of ECMAScript.

The ECMAScript standard can be found here:
http://www.ecma-international.org/publications/standards/ECMA-262.HTM

Netscape's version here:
http://developer.netscape.com/docs/manuals/js/core/jsref15/contents.html

more stuff here:
http://developer.netscape.com/docs/manuals/javascript.html

Microsoft's information:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/js56jsoriJScript.asp

In addition, Microsoft has some neat VBScript and JScript documentation downloads at http://msdn.microsoft.com/downloads/list/webdev.asp

These install as help files on your PC and are great for looking up language information.