if you had
<p id='p_text'>This is some text</p>
if you then did
document.all.p_text.innerHTML = "Change some text";
then it has changed the above to
<p id='p_text'>Change some text</p>
hope this helps
--Keith
----- Original Message -----
From: "Marcia Eaton" <msweet@n...>
To: "HTML Code Clinic" <html_code_clinic@p...>
Sent: Monday, August 20, 2001 5:03 PM
Subject: [html_code_clinic] innerHTML
> Good Morning,
>
> I wanted to get some info on innerHTML, but I'm having trouble finding
> anything that describes what it is all about...
>
> Can anyone point me to some info...
>
> Thanks,
>
> Marcia