this isn't working, but i'm not understanding why...i want to change the contents of the <span> within the <p> tag...all i have to work with is the <p> tag's ID.
and here's the html...Code:document.getElementById('testid').childNodes[0].innerHTML='working!';
any hints?Code:<p id="testid">this is <span>not working.</span></p>


Reply With Quote

Bookmarks