Even More Javascript




CS174

Chris Pollett

Oct. 18, 2009

Outline

Execution Environment

Document Object Model

Element Access in Javascript

More on Element Access

Events and Event Handling

More on Event Handling

Validating Forms

Quiz

Which of the following statements is true?

  1. To iterate over properties of an object Javascript uses the foreach statement.
  2. Functions in Javascript are objects.
  3. The pattern /the{5}isoptional/ would match the string "theisoptional".

DOM 2

The Navigator Object

Moving Elements

Element Visibility, Colors and Fonts

Dynamic Content

Timers