online comment form

Status
Not open for further replies.

jay_bo

Daemon Poster
Messages
889
i have created my form but all i want to know how to send it to my email address without the vistors putting theres in ?
 
This Java will help with the spam. I use it on my site and do not seem to have any problems.


<script type="text/javascript">
<!--
var name = "YOUR";
var domain = "EMAIL.COM";
document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
document.write('E-Mail' + '</a>');
// -->
</script>

Cheers,
Williwaw
thLavaLampSmall_anim.gif
 
Status
Not open for further replies.
Back
Top Bottom