I would like to make a calculator for summation.
I write number, then i click on button + , and then i enter second number, and then i click on Submit button and get value in input.
I am getting values from input with this:
var something = document.getElementById('inputid');
var newvalue = something.year.value;
Can anyone help me with this?
+will help you :) – Alvin Wong Oct 20 '12 at 14:42