Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 02-02-2007, 01:06 PM   #1 (permalink)
jay_bo's Avatar
 
Ultra Techie

Join Date: Jul 2006

Posts: 898

jay_bo is on a distinguished road

Default online comment form

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 ?
jay_bo is offline  
Old 02-02-2007, 04:05 PM   #2 (permalink)
 
Wizard Techie

Join Date: Jan 2005

Location: Delaware

Posts: 3,459

turtile is on a distinguished road

Default

<form method="POST" action="mailto:youremail@your.com">
__________________
Intel Prescott 3.0 Socket 478
Seagate 250GB 16MB Cache
160GB Seagate in Vantec NexStar 3 Enclosure
ASUS P4P800-E Deluxe
LG DVD-ROM
NEC DVD-RW DL
1GB Corsair PC3200
GeForce 5700 256MB DDR
turtile is offline  
Old 02-03-2007, 05:11 PM   #3 (permalink)
 
Super Techie

Join Date: Sep 2005

Posts: 422

Kubel is on a distinguished road

Send a message via AIM to Kubel
Default

FYI, you will probably get a ton of spam.
__________________
For I am not ashamed of the gospel of Christ: for it is the power of God unto salvation to every one that believeth
~Romans 1:16
Kubel is offline  
Old 02-04-2007, 01:22 PM   #4 (permalink)
 
Banned

Join Date: Oct 2006

Posts: 81

williwaw

Default

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

williwaw is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On