About this Book
- New Features in this Release
- What You Should Already Know
- JavaScript Versions
- Where to Find JavaScript Information
- Document Conventions
New Features in this Release
For a summary of JavaScript 1.3 features, see "New Features in this Release" on page 3. Information on these features has been incorporated in this manual.What You Should Already Know
This book assumes you have the following basic background:- A general understanding of the Internet and the World Wide Web (WWW).
- Good working knowledge of HyperText Markup Language (HTML).
JavaScript Versions
Each version of Navigator supports a different version of JavaScript. To help you write scripts that are compatible with multiple versions of Navigator, this manual lists the JavaScript version in which each feature was implemented. The following table lists the JavaScript version supported by different Navigator versions. Versions of Navigator prior to 2.0 do not support JavaScript.| JavaScript version |
Navigator version
|
|
|
|
| |
|---|
| Abbreviation |
Enterpriser Server version
|
|
| |
|---|
Where to Find JavaScript Information
The client-side JavaScript documentation includes the following books:- The Client-Side JavaScript Guide (this book) provides information about the JavaScript language and its objects. This book contains information for both core and client-side JavaScript.
- The Client-Side JavaScript Reference provides reference material for the JavaScript language, including both core and client-side JavaScript.
-
http://developer.netscape.com/docs/manuals/javascript.html -
http://developer.netscape.com/docs/manuals/ -
http://devedge.netscape.com
The DevEdge library contains documentation on many Netscape products and technologies.
The DevEdge home page gives you access to all DevEdge resources.
Document Conventions
Occasionally this book tells you where to find things in the user interface of Navigator. In these cases, the book describes the user interface in Navigator 4.5. The interface may be different in earlier versions of the browser. JavaScript applications run on many operating systems; the information in this book applies to all versions. File and directory paths are given in Windows format (with backslashes separating directory names). For Unix versions, the directory paths are the same, except that you use slashes instead of backslashes to separate directories. This book uses uniform resource locators (URLs) of the following form:http://server.domain/path/file.htmlIn these URLs, server represents the name of the server on which you run your application, such as
research1 or www; domain represents your Internet domain name, such as netscape.com or uiuc.edu; path represents the directory structure on the server; and file.html represents an individual file name. In general, items in italics in URLs are placeholders and items in normal monospace font are literals. If your server has Secure Sockets Layer (SSL) enabled, you would use https instead of http in the URL.
This book uses the following font conventions:
-
The monospace fontis used for sample code and code listings, API and language elements (such as method names and property names), file names, path names, directory names, HTML tags, and any text that must be typed on the screen. (Monospace italic fontis used for placeholders embedded in code.) - Italic type is used for book titles, emphasis, variables and placeholders, and words used in the literal sense.
- Boldface type is used for glossary terms.
Table of Contents | Previous | Next | Index
Last Updated: 05/27/99 21:21:17
