okay, i know little about web development, so bare with me. I want to make a link like href="mailto:me@aqua-soft.org" but instead or mailto:me@aqua-soft.org, i want to insert a java script:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
user = "me";
site = "aqua-soft.org";
document.write('<a href="mailto:' + user + '@' + site + '">');
document.write('Email me!' + '</a>');
// End -->
</SCRIPT>
I read that this cuts down on spam
, plus this is going to be in an image map so i think i have to use href and so i don't need the 'Email me!' part so you can cut that out. Any help appreciated
PS: i attempted to do it on my site already (see my signature) however, the Email me at the top is what i need help on, but the contact me at the bottom does work.
Aqua-Soft Forums