Grand Mamamouch
24th November 2004, 12:27 AM
Hello !
Do you know if there is a way to retrieve the textual contents of a tag ?
Example :
<h1 id="h1"><...>textual_contents<...></h1>
Retrieve 'textual_contents'.
'InnerHTML' gives the included tags. 'innerText' seems to do the same thing. However, my Mozilla 1.6 doesn't understand 'innerText'.
Do you know if there is a way to retrieve the textual contents of a tag ?
Example :
<h1 id="h1"><...>textual_contents<...></h1>
Retrieve 'textual_contents'.
'InnerHTML' gives the included tags. 'innerText' seems to do the same thing. However, my Mozilla 1.6 doesn't understand 'innerText'.