M
Mel
can someone post a simple javascript to change the text of the <href> for me
?
thanks
?
thanks
can someone post a simple javascript to change the text of the <href> for me
?
< a href=xxx>ABCD</a>
ABCD is what i need to change
thanks
Lee said:Mel said:
[...]< a href=xxx>ABCD</a>
ABCD is what i need to change
thanks
<a id="Link1" href="xxx">ABCD</a>
<script type="text/javascript">
document.getElementById("Link1").innerHTML="WXYZ";
</script>
Mel said:can someone post a simple javascript to change the text of the <href> for me
?
thanks
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.