Home
OnClick Events Pg525 #1
OnBlur Event Pg525 #2

Type your name here:


Type your address here:



This assignment became tricky, since two elements (Which will likely be selected sequentially) with an 'onblur' event have the potential to create an infinite loop of alerts. To remedy this, I added a check variable to test for legal escape from the previously focused element. In my install of firefox, however, this method disables checking on the address field if the name field is blank (Due to the fact that the focus() method doesn't work).
MouseOver Event Pg525 #3
CHANGE

Hover selects random color. Click link to return to default.