Setting value to a tag

webmasterbeta

New Member
Does anybody know how to set a value to a tag through javascript function?

For example in html we can say sometihng like

...
<td>
Example
</td>
...

How can I pass "Example" of any other string to <td> tag from javascript function? Thank you.
 
Back
Top