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.
| SitePoint Sponsor |


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.


nevermind, i figure that out. I need to use innerHTML method for it.
Bookmarks