|
-
Nov 28th, 2001, 11:08 AM
#1
Thread Starter
Addicted Member
including a variable
if i put a line of code like that :
document.forms[0].nameoftextbox.value
between the nameoftextbox and value, i want to include a variable in that line so i'll be looping
that the names nameoftextbox_1
nameoftextbox_2
nameoftextbox_3
nameoftextbox_4
nameoftextbox_5
for...x...{
alert(document.forms[0].nameoftextbox_x.value
}
is there a way
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
|