Behaviors Assignment (20 points)


click here to download the sound file

Create a page that demonstrates IE v.6.0 browser behaviors:

Demonstrate a variety of behaviors.. Organize your examples in a table as shown below. Test your page in both Internet Explorer and Netscape Navigator.

Grade Sheet

For each javascript behavior, include the answers to the BIG THREE questions about behaviors:

  1. What object do I want the behavior applied to?
  2. What behavior do I want to apply?
  3. Under what conditions do I want the object to evoke the behavior?

A very rough example is shown below.

sample

 

 

 

 

  1. the text
  2. popup message
  3. on mouse over
  1. the image
  2. set text of status bar
  3. on click
  1. the image
  2. popup message
  3. on double click

 

 

 

  1. the image
  2. open browser window
  3. on mouse out
  1. the image
  2. swap image
  3. on mouse over
  1. the image
  2. play sound
  3. on click