Hi all,
Just wondering how to write (using document.write) to a table cell. I
have table with 3 rows and 3 colums. I want to write from within the
Javascript to say third column of a first row. How do I do it?
I think one way is to write the entire table out in
document.write( "<table>... ) but I'd like to know if it is possible to
access a particular cell in a table.
If you know of any good online tutorial, could u send me a link?
Thanks!
Ben
Just wondering how to write (using document.write) to a table cell. I
have table with 3 rows and 3 colums. I want to write from within the
Javascript to say third column of a first row. How do I do it?
I think one way is to write the entire table out in
document.write( "<table>... ) but I'd like to know if it is possible to
access a particular cell in a table.
If you know of any good online tutorial, could u send me a link?
Thanks!
Ben
Comment