R
Ron Brennan
Good evening.
<span id=fileList>
<input type=hidden name=file id=file_0 value=Name/>
</span>
....
document.getElementById(fileList).childNodes
The childNodes is giving me two children: 1) file_0 and 2) undefined.
I can't understand why there is not just file_0 or what the undefined child
is.
Anyone have any ideas? (Ignore any syntax errors - I stripped the code from
a servlet.)
Thanks,
Ron
<span id=fileList>
<input type=hidden name=file id=file_0 value=Name/>
</span>
....
document.getElementById(fileList).childNodes
The childNodes is giving me two children: 1) file_0 and 2) undefined.
I can't understand why there is not just file_0 or what the undefined child
is.
Anyone have any ideas? (Ignore any syntax errors - I stripped the code from
a servlet.)
Thanks,
Ron