Table of Contents | Previous | Next | Index


PART 1
Object Reference

Chapter 1   Objects, Methods, and Properties

This chapter documents all the JavaScript objects, along with their methods and properties. It is an alphabetical reference for the main features of JavaScript.

Chapter 2   Top-Level Properties and Functions

This chapter contains all JavaScript properties and functions not associated with any object. In the ECMA specification, these properties and functions are referred to as properties and methods of the global object.

Chapter 3   Event Handlers

This chapter contains the event handlers that are used with client-side objects in JavaScript to evoke particular actions.

Table of Contents | Previous | Next | Index

Last Updated: 05/28/99 11:58:57

Copyright (c) 1999 Netscape Communications Corporation