How do I get the text from a text box to compare it.
What I want to do is take the value onChange from the 'value' text box and check that it is greater than 100, if not then alert the user the value is incorrect, clear the value they entered and put the cursor back in that box.
What I want to do is take the value onChange from the 'value' text box and check that it is greater than 100, if not then alert the user the value is incorrect, clear the value they entered and put the cursor back in that box.