Can anyone help me with this little one?
I have been using the code below within my web page but am trying to incorporate an image into the script so the user just clicks the image to send me an Email. Currently the script displays my email address as script.
Regards
<script language="JavaScript"><!--
// hide script
var sb_domain = "doncaster40.freeserve.co.uk"
var sb_user = "alan_grey"
var sb_recipient = sb_user + "@" + sb_domain
var sb_url = "mailto:" + sb_recipient
document.write(sb_recipient.link(sb_url));
// --></script>
I have been using the code below within my web page but am trying to incorporate an image into the script so the user just clicks the image to send me an Email. Currently the script displays my email address as script.
Regards
<script language="JavaScript"><!--
// hide script
var sb_domain = "doncaster40.freeserve.co.uk"
var sb_user = "alan_grey"
var sb_recipient = sb_user + "@" + sb_domain
var sb_url = "mailto:" + sb_recipient
document.write(sb_recipient.link(sb_url));
// --></script>