|
Hi I am trying to write a piece of javascript but I'm getting stuck on some of the symtax. This is what I have written:
document.uploadForm1.FILE1.value -> document.uploadForm+i+.FILE+i+.value
now this is withine a loop and I am hoping that the variable i which will increment from 1 to 10 will cvhange as it goes through the loop so first time I use document.uploadForm1
then document.uploadForm2.
And so on, can anyone see what I'm doing wrong?
Thank Nixies
|