the hyperlink is an anchor.
var hl = document.getElementById('<%=myHyperlink.ClientID%>');
var oldText = hl.innerHTML;
hl.innerHTML = '<b>new text</b>';
-- bruce (sqlwork.com)
> Hi,
> Two very related questions.
[quoted text clipped - 8 lines]
> Many thanks!
> Spud
Andy - 25 Jun 2007 22:27 GMT
Many thanks Bruce,
Between your post and
http://www.w3schools.com/js/tryit.asp?filename=try_dom_anchor_href I'm sure I
can get there.
> the hyperlink is an anchor.
>
[quoted text clipped - 16 lines]
> > Many thanks!
> > Spud