Homework 3
Email me with your link when finished.
Add JavaScript code to your work:
- Prompt user for information that is then displayed on
your page.
- Have a form with 4 text fields. Clicking the button on
the form does calculation; value displayed on form. Don’t do average of
numbers. Truncate answer to a certain number of decimal places. Test to see
that all text fields are not empty and display an alert if any are empty.
- Have a select with the some links in it. When the user
chooses an option from the select, the browser jumps to that new location.
- Have another form where the user enters values into
text fields. When the user clicks the button, a different graphic is
displayed based on the values of the text fields.
- Do one other JavaScript program. In your email, tell
me where it is (which file) and what it does. It should not be identical to
an example presented in the videos.