<a href="mailto:[email protected]?subject=Test">Email</a>
<a href="mailto:thecodeitgaveyouhere">Email</a>
gamex said:I use this:
Code:<script type="text/javascript"> <!-- emailAddy='domain.com' emailAddy=('yourname' + '@' + emailAddy) document.write('<a href="mailto:' + emailAddy + '">' + emailAddy + '</a>') --> </script>
gamex said:I use this:
Code:<script type="text/javascript"> <!-- emailAddy='domain.com' emailAddy=('yourname' + '@' + emailAddy) document.write('<a href="mailto:' + emailAddy + '">' + emailAddy + '</a>') --> </script>
MasterB said:That's a cool little snippet there. I'll definitly save that for use on websites, if it's okay with you.


