Hi,All:
I am looking for a solution to the following delima: In an html doc, I have several headings. When the user clicks a heading, I would like to show the detail for the heading. Click again, and the detail is removed. The detail should be in contained in table format and might consist of several hundred rows.
I had some success using elementID.outerHTML combined with an onClick event, but it falls apart when I include large amounts of text/html. Again, the detail can be several hunderd rows.
Any help would be much appreciated!!!
Rick
I am looking for a solution to the following delima: In an html doc, I have several headings. When the user clicks a heading, I would like to show the detail for the heading. Click again, and the detail is removed. The detail should be in contained in table format and might consist of several hundred rows.
I had some success using elementID.outerHTML combined with an onClick event, but it falls apart when I include large amounts of text/html. Again, the detail can be several hunderd rows.
Any help would be much appreciated!!!
Rick