I have a bunch of data coming from a recordset that I need to display on my page. I'm thinking of using a table but I don't know how to reference a table via code. I know for text fields you use document.formname.textfield.value but how do we reference a table and its cells? Also, can we dynamically append to and delete rows from the table?
Thanks in advance!
Tarek
The more I learn, the more I need to learn!