<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<FONT face=Arial>"Peter Brunone" &lt;<A href="mailto:javascript@LaTech.edu">javascript@LaTech.edu</A>&gt;</FONT><BR>
<FONT face=Arial>Then again, I'm confused as to why you'd need innerText if all you have is text in the link.&nbsp; The innerHTML property does not return the tag of the element itself; that's outerHTML, which is a whole different issue.</FONT><BR></BLOCKQUOTE>
<P dir=ltr><BR>That's because he is referencing his&nbsp;no name, A tag <EM>element</EM> from its <EM>parent</EM>&nbsp; List Item&nbsp;ID.<BR><BR>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Troy&nbsp;III<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;progressive&nbsp;art&nbsp;enterprise<BR>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR></P>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #008080 2px solid; MARGIN-RIGHT: 0px">
<BLOCKQUOTE>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #008080 2px solid; MARGIN-RIGHT: 0px">
<BLOCKQUOTE>&gt; <BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&lt;li&nbsp;class="anor"&nbsp;id="album01"&gt;&lt;a&nbsp;href="album1.html"&gt;My&nbsp;Favorite&nbsp;&nbsp;<BR>&gt; Photos&nbsp;(58)&lt;/a&gt;&lt;/li&gt;<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; and...&nbsp;in&nbsp;my&nbsp;javascript&nbsp;I&nbsp;have...<BR>&gt; <BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;o=document.getElementById('album01');<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; How&nbsp;do&nbsp;I&nbsp;reference&nbsp;(with&nbsp;the&nbsp;intent&nbsp;of&nbsp;changing)&nbsp;the&nbsp;content&nbsp;of&nbsp;the&nbsp;&nbsp;<BR>&gt; anchor?&nbsp;My&nbsp;goal&nbsp;is&nbsp;to&nbsp;replace&nbsp;the&nbsp;text&nbsp;with&nbsp;an&nbsp;updated&nbsp;number&nbsp;from&nbsp;&nbsp;<BR>&gt; the&nbsp;server,&nbsp;but&nbsp;I&nbsp;need&nbsp;a&nbsp;method&nbsp;to&nbsp;replace&nbsp;the&nbsp;text.&nbsp;As&nbsp;a&nbsp;side&nbsp;&nbsp;<BR>&gt; question&nbsp;should&nbsp;I&nbsp;be&nbsp;using&nbsp;innerHTML,&nbsp;or&nbsp;is&nbsp;there&nbsp;a&nbsp;better&nbsp;method.&nbsp;If&nbsp;&nbsp;<BR>&gt; anyone&nbsp;is&nbsp;using&nbsp;prototype&nbsp;and&nbsp;knows&nbsp;of&nbsp;a&nbsp;method&nbsp;through&nbsp;that&nbsp;library&nbsp;&nbsp;<BR>&gt; that&nbsp;would&nbsp;be&nbsp;helpful.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Thanks,<BR>&gt; <BR>&gt; Terry</BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><br /><hr />Check the weather nationwide with MSN Search <a href='http://search.msn.com/results.aspx?q=weather&FORM=WLMTAG' target='_new'>Try it now!</a></body>
</html>