
October 25th, 2012, 12:02 AM
|
|
Registered User
|
|
Join Date: Oct 2012
Posts: 23
Time spent in forums: 4 h 47 m 16 sec
Reputation Power: 0
|
|
|
Add 2 textfields' values together with button
Hi everyone.
My HTML/Javascript boardgame has 6 players.
Each player keeps track of their own cash, they each have a 'wallet' form.
On each form, I need to have a 'current cash' textfield that gets updated dynamically by entering a number in a 'cash adjustment' field (each player has their own cash-adjustment field).
Then the player simply presses a + or - button to add or subtract that amount to/from the 'current cash' field for that player.
Also, the current cash default should be $6110 (amount given to each player at the start of a game).
I'm a designer moreso than a coder, guys, so go easy on me please 
|