JS Brainiac challenge

wxdqz

New Member
Okay geniuses! Here is a problem to test your skill.I have a script to test the number of characters in a textarea box. If over a set number, an error message is returned, and the number must be reduced below the limit for the form to send. My problem is how can I get this to work with two textarea boxes in one form? i.e. I have two variables, but I want to perform the same character number check on each variable separately, as the user enters the information.The two variables together are here:http://pdacrsp.oregonstate.edu/jobdesctest3.html.The correctly functioning script for one variable is here;http://pdacrsp.oregonstate.edu/jobDtest.html Please help:confused:
 
Back
Top