Can anyone tell me how to reference a table column in a document statement? If I have a table with 5 columns, how can I just work with column 3?
document.myform.column3???
Looping thru the rows doesn't work for me. I have checked out <colgroup> and <col>. I can't get them to work, perhaps I am not referencing them correctly.
document.myform.column3???
Looping thru the rows doesn't work for me. I have checked out <colgroup> and <col>. I can't get them to work, perhaps I am not referencing them correctly.