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
- Your page should use at least 6 different behaviors, including:
- • Opening a page in a new browser window
• Playing a sound
• Displaying status bar messages
• Displaying popup messages.
- Show an example os using multiple behaviors on one object (text or picture)
- No more than two sounds (must be .wav files) may be used
- Give directions on your page for how to activate each item
For each javascript behavior, include the answers to the BIG THREE questions
about behaviors:
- What object do I want the behavior applied to?
- What behavior do I want to apply?
- Under what conditions do I want the object to evoke the behavior?
A very rough example is shown below.
|
sample
|

|

|
- the text
- popup message
- on mouse over
|
- the image
- set text of status bar
- on click
|
- the image
- popup message
- on double click
|
|

|

|
 |
- the image
- open browser window
- on mouse out
|
- the image
- swap image
- on mouse over
|
- the image
- play sound
- on click
|