CIS 3.1 Lab #10 : 
Javascript Form Events

Create a simple calculator that does lets the user do addition or subtraction of 2 input numbers. Have a drop down list or radio buttons for the visitor to select the operation. Have a button to reset the form and another for the user to preform the calculation. Display the result in text field. Display a warning if either number is missing.

Make use of fuctions when appropriate. Such fuctions that do checking, addition, subtraction, etc.