M
Millie
Okay, I'm using this code
<script language=JavaScript>
<!--
var username = "username";
var hostname = "domain.com";
var linktext = "click here to send me email";
document.write("<a href=" + "mail" + "to:" + username +
"@" + hostname + ">" + linktext + "</a>")
//-->
</script>
in an attempt to cut down on the whole spam problem. However, I have
an image link that I would like to use this with. Now, I'm sorry I'm a
newbie at this, so I hope this isn't a stupid question, but what is
the correct code to do this with an image link?
TIA
<script language=JavaScript>
<!--
var username = "username";
var hostname = "domain.com";
var linktext = "click here to send me email";
document.write("<a href=" + "mail" + "to:" + username +
"@" + hostname + ">" + linktext + "</a>")
//-->
</script>
in an attempt to cut down on the whole spam problem. However, I have
an image link that I would like to use this with. Now, I'm sorry I'm a
newbie at this, so I hope this isn't a stupid question, but what is
the correct code to do this with an image link?
TIA