Even More Javascript




CS174

Chris Pollett

Oct. 21, 2013

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. Period is used to concatenate strings in Javascript.
  2. The following is a legal Javascript array declaration: var my_arr = {1,2,3};
  3. String objects have a split method in Javascript.

DOM 2

The Navigator Object

Moving Elements

Element Visibility, Colors and Fonts

Dynamic Content

Timers