<font face="arial" size="2">Wouldn't that just be o.childNodes[0].innerHTML ?<br /><br />Of course I may have misunderstood the question...<br /><br /></font>
                <font face="Tahoma, Arial, Sans-Serif" size="2">
                                <b>From</b>: Terry Riegel <a href="mailto:riegel@clearimageonline.com">riegel@clearimageonline.com</a><br /></font>
                <br />If I have the following markup...<br /><br /><li class="anor" id="album01"><a href="album1.html">My Favorite <br />Photos (58)</a><br /><br /><br /><br />and... in my javascript I have...<br /><br />o=document.getElementById('album01');<br /><br /><br /><br />How do I reference (with the intent of changing) the content of the <br />anchor? My goal is to replace the text with an updated number from <br />the server, but I need a method to replace the text. As a side <br />question should I be using innerHTML, or is there a better method. If <br />anyone is using prototype and knows of a method through that library <br />that would be helpful.<br /><br /><br /><br />Thanks,<br /><br />Terry</li>