|
Search Tech-Forums - link takes you to our Forum's search page. Note: The following is only a text archive! To view the actual forum discussion, please visit our website at http://www.tech-forums.net Pages:1 online comment form(Click here to view the original thread with full colors/images)Posted by: jay_bo 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 ? Posted by: turtile <form method="POST" action="mailto:youremail@your.com"> Posted by: Kubel FYI, you will probably get a ton of spam. Posted by: williwaw 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 = "[color=red]YOUR[/color]"; var domain = "[color=red]EMAIL.COM[/color]"; document.write('<a href=\"mailto:' + name + '@' + domain + '\">'); document.write('E-Mail' + '</a>'); // --> </script> Cheers, Williwaw [IMG]http://i4.photobucket.com/albums/y132/williwaw/thLavaLampSmall_anim.gif[/IMG] vBulletin Copyright ©2000 - 2003, Jelsoft Enterprises Limited. PPC Management vB Easy Archive Final - Created by Xenon |