Lecture 2011 09 21
Send shaynes@emich.edu an email with the body containing only a link to your css1.html file.
Do this first
Starting Javascript
- <form> tag
- <input> tag
- onblur event handler
- data storage: Number, String,
In Lab Exercise
- Create a form that has places for name, and for number of EMU credits. Calculate and display the tuition.
- Write an html page that displays a picture. When you mouseover (not click, just mouseover) the picture, make it
look like the picture has the same color as the background (reminder: you can use the single pixel trick for this).
Here is a short video clip to demo.