Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base , September 28, 2002 at 19:30:50:

You are here: irt.org | About | Feedback | 4176 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base

Sent by
Chris L. Beltz on September 28, 2002 at 19:30:50:

Worth:
Worth reading

Length:
Just right

Technical:
Just right

Comments:
Re: FAQ 732 Is it possible to name an individual cell in a table?

Maybe I am providing an answer to the wrong question, but you can individually name an HTML table cell using the <td> tag as follows:

<td id="Name" ...></td>,

and get/set the contents with:

document.all('Name').innerText

Chris



Other feedback on 'irt.org FAQ Knowledge Base' - show all

©2018 Martin Webb