|
-
Sep 23rd, 2002, 12:22 AM
#1
Thread Starter
Addicted Member
Getting values
Hi,
I have a form with 5 text boxes, T1 - T5, I want to take the values of the textbox in a loop, say
for(i=1;1<=5;i++)
{
checking the values.
}
Now how to get the values in this loop? say if I have a variable
var T= "T" + i; inside the loop, how to make this string as a textbox and get the value?
Thanks,
Pres
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|