L
laredotornado
Hi,
Let's assume for a moment that I have well-formed HTML. I have a
couple of places where I would like to extract the value of the node
<td class="sidebarText" id="title1">My cell title</td>
and
<span class="moduleTitle" id="spanTitle1">Span Title 1</span>
and actually change the value. Is this possible and what is a cross-
browser way in which this can be done?
Thanks, - Dave
Let's assume for a moment that I have well-formed HTML. I have a
couple of places where I would like to extract the value of the node
<td class="sidebarText" id="title1">My cell title</td>
and
<span class="moduleTitle" id="spanTitle1">Span Title 1</span>
and actually change the value. Is this possible and what is a cross-
browser way in which this can be done?
Thanks, - Dave