Next
| Index
This book is a reference manual for the JavaScript language, including both core and server-side JavaScript for version 1.2. JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications.
New Features in this Release
About this Book
- New Features in this Release
- What You Should Already Know
- JavaScript Versions
- Where to Find JavaScript Information
- Document Conventions
Chapter 1 Objects, Methods, and Properties
- Array
- blob
- Boolean
- client
- Connection
- Cursor
- database
- Date
- DbPool
- File
- Function
- java
- JavaArray
- JavaClass
- JavaObject
- JavaPackage
- Lock
- Math
- netscape
- Number
- Object
- Packages
- project
- RegExp
- request
- Resultset
- SendMail
- server
- Stproc
- String
- sun
Chapter 2 Top-Level Functions
- addClient
- addResponseHeader
- blob
- callC
- debug
- deleteResponseHeader
- escape
- eval
- flush
- getOptionValue
- getOptionValueCount
- isNaN
- Number
- parseFloat
- parseInt
- redirect
- registerCFunction
- ssjs_generateClientID
- ssjs_getCGIVariable
- ssjs_getClientID
- String
- unescape
- write
Chapter 3 Statements
- break
- comment
- continue
- do...while
- export
- for
- for...in
- function
- if...else
- import
- label
- return
- switch
- var
- while
- with
Chapter 4 Operators
- Assignment Operators
- Comparison Operators
- Arithmetic Operators
- % (Modulus)
- ++ (Increment)
- -- (Decrement)
- - (Unary Negation)
- Bitwise Operators
- Bitwise Logical Operators
- Bitwise Shift Operators
- Logical Operators
- String Operators
- Special Operators
- ?: (Conditional operator)
- , (Comma operator)
- delete
- new
- this
- typeof
- void
Chapter 5 Java Classes, Constructors, and Methods
- JSException
- JSObject
Appendix A Reserved Words
Index
Next
| Index
Last Updated: 11/13/98 10:22:40
Copyright (c) 1998
Netscape Communications Corporation