niceguythom
Programmer
I have a table with 50 rows, each row created with a For X = 1 to 50 loop naming each row Column1x and Column2x. I need to validate the data and I don't want to have 50 If--Then's. I can't seem to get a For-Next working with JavaScript where I "tack on" the X to the end of the object form.textarea.value and run through the 50 rows. (I know what I'm trying to say, I just don't know if I'm saying it...) If you can figure out what I'm trying to ask and know how to fix it, HELP!!!