Welcome
Introduction
Frames
Page layout
with tables
Style Sheets
JavaScript
Dynamic HTML
Related links

Handout (PDF)
ACCC Seminars
ITL home page
Rev. March 7, 2000

JavaScript

What is JavaScript?
     
  JavaScript is an object-based programing language
   
  JavaScript is interpreted by the browser.
JS code is typically embedded right in HTML pages
 
  JavaScript programs are written using objects, which have properties, associated data and behavior (methods) belonging to them. <more on JavaScript OO>
 

 

  JavaScript provides various objects and methods or functions, and you can create new ones.