Question: I need these code done in java script. Im having issues getting this simple page to work given the below instructions. I seem to be
I need these code done in java script. Im having issues getting this simple page to work given the below instructions. I seem to be missing a line of code or two ONLY THE JAVASCRIPT SECTION.
.

Hands-on Project 3-4
//only make changes to the
if (submitButton.addEventListener) {
submitButton.addEventListener("click", processinput, false);
} else if (submitButton.attachEvent) {
submitButton.attachEvent("onclick", processinput); }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
