lara123
03-22-2005, 09:59 AM
I have a form named form1, inside which i have a table named table1, and that table1 has a column of text fields named result1, result2 etc.
How do i access the value of those fields,
i try doing this:
document.form1.table1.result1.value and it doesn not work
I also tried document.form1.getElementById('table1').result1.value and there too something is wrong.
Could someone point out where I am going wrong.
Thanks
How do i access the value of those fields,
i try doing this:
document.form1.table1.result1.value and it doesn not work
I also tried document.form1.getElementById('table1').result1.value and there too something is wrong.
Could someone point out where I am going wrong.
Thanks