Javascript reference
Posted on 2007-Oct-24 at 04:22 in Web programming
SERVER-SIDE JAVASCRIPT 1.4 DOCUMENTATION
- Server-Side JavaScript Guide
This guide describes object-based scripting language for client and server applications. JavaScript lets you create applications that run over the Internet. Client applications run in a browser, such as Netscape Navigator, and server applications run on a server, such as Netscape Enterprise Server. Using JavaScript, you can create dynamic HTML pages that process user input and maintain persistent data using special objects, files and relational databases. From JavaScript you can instantiate Java objects and access their public methods and fields. From Java you can access JavaScript objects, properties and methods. Last Updated: September 1999.
View PDF | Download HTML | Download PDF
SERVER-SIDE JAVASCRIPT 1.2 DOCUMENTATION
- Server-Side JavaScript Guide - Describes the core JavaScript language and also extensions to that language for use with the Netscape Enterprise Server. Last updated 11/17/98.
Download PDF file (7.0MB) | Download zipped HTML
- Server-Side JavaScript Reference - A reference manual for the server-side JavaScript language, including both the core JavaScript language and also extensions to that language for use with the Netscape Enterprise Server. Last updated 11/17/98.
Download PDF file (3.5MB) | Download zipped HTML
CORE JAVASCRIPT 1.4 DOCUMENTATION
The core language includes a basic set of objects, such as Array, Date, and Math, and a basic set of language elements, such as operators, control structures and statements. You can extend core JavaScript for a variety of purposes by supplementing it with additional objects.
- Core JavaScript Guide - A description of the core JavaScript language. Last updated 11/17/98.
Download PDF file (1.9MB) | Download zipped HTML
- Core JavaScript Reference - A reference manual for the core JavaScript language. Last updated 11/17/98.
Download PDF file (3.4MB) | Download zipped HTML
0 comments ::
link