dummyagain
July 17th, 2007, 01:13 AM
i get something like this
<td class=abc>test</td>
<td><input class=cde name=box></td>
i would like to know how to use dom to change the class name "abc" or any other way to do it? (except assign an id to it)
Thank you
<td class=abc>test</td>
<td><input class=cde name=box></td>
i would like to know how to use dom to change the class name "abc" or any other way to do it? (except assign an id to it)
Thank you