Assignment 4 - Due February 28th, 2007
Must be submitted to WebCT to receive credit

NOTE: This assignment has been updated as of 2/22/07.  Many newer browsers don’t support changes to the status-line in the manner this assignment mentions.  You will receive points based on the color changing properly, but you may or may not see anything in the status line.

This assignment will be out of 1000 possible points.
You will be modifying a javascript program. Javascript is a powerful tool which works with browser software to add buttons, menus, etc.

PLAY with the web page before you edit it
READ the web page source before you edit it

There are MANY comments in the file.
The comments describe what statements are doing.

This homework works in Internet Explorer. It may or may not work in Netscape.
If you want more information about javascript, visit http://www.htmlgoodies.com.

You will need to add your name and login so we know who you are: Use a text editor (notepad or textpad) (100 points)

Modify the file so that it is possible to say two more things

The pulldown menu only shows one item at a time. I would like to see two items at a time. (100 points)

The textbox for the NAME should be lined up with the menu below it. Add spaces to push the textbox to the right (100 points)

There is a link which points to my web page, it has several problems which you will fix. The link is the text which says Place your mouse on and off of this

·         The status line says I'm feeling in the pink when the mouse is on the link.

·         The status line says Now I'm Blue when the mouse is taken off the link.

·         NOTE: On many browsers, including Firefox and the most recent update of IE, the status-line will not display any text.

The color change does not work correctly, do you notice that the window color changes when the mouse is placed over it and does not change when it is taken off?