In HTML how do I update a table using strings?

  • Thread starter Thread starter Mudhens23
  • Start date Start date
M

Mudhens23

Guest
Using HTML I would like to input 4 digit strings into a 4x12 table that would automatically add the new string of numbers to the existing numbers. For example if the new string was 3467 and the existing string on row 1 was 1232, then the updated table would display 4699. How do I do this?
 
Back
Top