Here are some great tips to use on your website for - protecting your email address from spam bots, auto filling in the subject area of the emails sent to you, and having a form on your site for visitors to use for emailing you.
Protect Your Email Address From Spam Robots
Hide your email address from spam bots! Instead of displaying your email addy like this:
Code:
<A href="mailto: you@yourdomain.comThis e-mail address is being protected from spam bots, you need JavaScript enabled to view it ">Contact Us</A>
Use the following code instead:
Code:
<A href="mailto: you@yourdomain.comThis e-mail address is being protected from spam bots, you need JavaScript enabled to view it ">Contact Us</A>
Replace you with your name and replace yourdomain.com with your website address.
When a visitor clicks on it, it will show your actually email address.
But it will hide it from spam bots
Automatically fill in the email subject for your incoming emails coming from your website.
Use the following code below, replacing "you" with your name, "yourdomain.com" with your website address, and "your subject" with the subject you prefer.
Code:
<A href="mailto: you@yourdomain.comThis e-mail address is being protected from spam bots, you need JavaScript enabled to view it ?subject=Your_Subject">
Let your visitors contact you through an email form.
Copy the following code to use in your website, replacing
Code:
" you@yourdomain.comThis e-mail address is being protected from spam bots, you need JavaScript enabled to view it "
with the email address you prefer to receive this incoming information at.
Code:
<FORM action="mailto: you@yourdomain.comThis e-mail address is being protected from spam bots, you need JavaScript enabled to view it " method="post" enctype="text/plain">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="4" WIDTH="90%">
<TR>
<TD width="30%"><DIV align="right">
<B>Name:</B>
</DIV>
</TD>
<TD width="70%">
<INPUT type="text" name="name" size="20">
</TD>
</TR>
<TR>
<TD><DIV align="right"><B>Email:</B></DIV>
</TD>
<TD>
<INPUT type="text" name="email" size="20">
</TD>
</TR>
<TR>
<TD><DIV align="right">
<B>Comment:</B>
</DIV>
</TD>
<TD><TEXTAREA name="comment" cols="30" wrap="virtual" rows="4">
</TEXTAREA>
</TD></TR>
<TR>
<TD> </TD>
<TD>
<INPUT type="submit" name="submit" value="Submit">
<INPUT type="reset" name="reset" value="Reset">
</TD></TR>
</TABLE>
</FORM>



.com .info
We're the affordable, reliable place to host your site. And unlike the competition, there's no set up fee and no annual commitment.
Our highly trained, courteous support staff is waiting to help. We'll resolve any issue to your complete satisfaction.