I am using Notepad++ to create a simple web page where a user types in two numbers into a text box, and then presses a button. When they press the button something comes up
Convert to floats.
value1 = parseFloat(document.First_num.value); value2 = parseFloat(document.last_num.value);