> >> And the node looks like this:
> >>
> >> <div id="newsnode">!!main_content!!</div>
> >
> > Try this:
> >
> > var maincontent=document.getElementById('newsnode');
> > maincontent.firstChild.data="Hello World!";
> >
>
> That is not changing the content of the div tag,
> or anything on the screen.
It should. What happens when you run the following in the Firebug console?
$('newsnode').firstChild.data="Hello World!";
--
Regards,
Thierry | http://www.TJKDesign.com
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************