Chapter 4


CS 103 Advanced JavaScript Topics
    


     

(Roll your mouse over the above logo)

This Chapter will discuss the more advanced and visible properties of JavaScript. Learn how to intereact with forms, use arrays to store data, and more ways to use image maps.

Lesson 1 - What Are Events?

Lesson 2 - Click and MouseOver Events

Lesson 3 - Forms

Lesson 4 - Arrays

Lesson 5 - Image Maps

Lesson 6 - Web Pages That Provide Services

Objectives

  1. To gain an understanding of the events and event handlers used in JavaScript.
  2. Determine how events are useful.
  3. Learn what forms are and how they are used with events.
  4. Define arrays and array properties.
  5. Understand why arrays are useful.
  6. Learn how to create and use image maps.

Top