Click to See Complete Forum and Search --> : Javascript reference


jaimeff
05-21-2005, 12:42 PM
Does anyone knows where can i download a javascript reference, i dont mind if it is for explorer or firefox or whatever, but im getting surprise i dont find it anywhere.
Thx

Fang
05-21-2005, 03:39 PM
http://web.archive.org/web/20040202034208/devedge.netscape.com/central/javascript/
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/js56jslrfJScriptLanguageReference.asp
http://www.mozilla.org/js/language/

Charles
05-21-2005, 03:57 PM
JavaScript = ECMA 262 (http://www.ecma-international.org/publications/standards/Ecma-262.htm) + W3C DOM (http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/)

Fang
05-22-2005, 09:23 AM
DHTML = ECMA 262 + DOM

The 3rd link is to a more recent edition of ECMA 262 (3rd edition final) pdf which also has added bookmarks

Charles
05-23-2005, 05:02 AM
DHTML = ECMA 262 + DOM

The 3rd link is to a more recent edition of ECMA 262 (3rd edition final) pdf which also has added bookmarksAs is the link I provided.

Fang
05-23-2005, 05:10 AM
Your's december 1999
Mine march 2000 (date on website not correct)