content in a table cell

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Valentinus Schreurs

    content in a table cell

    is it possible change the content in a table cell with Java script,if so
    who can provide me a script
  • Mick White

    #2
    Re: content in a table cell

    Absolutely:
    <td id="health" ">Good</td>
    <a href="#"
    onclick="docume nt.getElementBy Id('health').in nerHTML='bad'"> Click</a>

    That's just one approach...
    Mick
    Valentinus Schreurs wrote:[color=blue]
    > is it possible change the content in a table cell with Java script,if so
    > who can provide me a script[/color]

    Comment

    Working...