Hi friends, I have created the no.of div tags in my website applications.
Now i want to change the class name of the tags. How should I?
Below is some code which i want to change:-
<test.aspx>
<tr>
<td style="width:100%;">
<div class="roundedcornr_box_203203">
<div class="roundedcornr_top_203203"><div></div></div>
<div class="roundedcornr_content_203203">
<iframe id="Graphframe" name="Graphframe" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" style="width:100%;" src="pgeGraph.aspx"></iframe>
</div>
<div class="roundedcornr_bottom_203203"><div></div></div>
</div>
</td>
</tr>
Now i want to change the class name at runtime using javascript
e.g. roundedcornr_box_203203 will be replaced by roundedcornr_box_408625 etc...
I need this very soon.
Thanks in advance