Web Development Information

Email Addresses in Web Pages


You want to give your site's visitors a way to contact you by email but don't want your emali address to be abused. Here are a few ways to protect your email address when building your website.

1. Use defined users and filters

Don't use the catch all email facility. Instead define users such as enquiry@ or sales@. It's better if you can avoid the most obvious ones like info@ as some people might speculatively try these. It's best to use a person's name which does not appear elsewhere on the site.

Most email providers or email software offer you filters to use on incoming email. You define a parameter in the email and then filter out any incoming mail which does not contain it. For example, you could set your email link as mailto:info@companyname.com?body=security%20code%20123%20 (please%20leave%20intact%20in%20message%20body) then filter out any mail which does not contain the text "security code 123". Please note that a space is replaced by "%20" ni the mailto parameter.

This will prevent email from automated systems but you could miss out on genuine mail if the sender fails to understand this measure. Be sure to explain it well on your contact page.

It is important when using filters on an address that you don't use this address to send other mail as your replies could be filtered out. Keep one address purely for email from your website.

2. Use a form

Use a form for your site's visitors to contact you. This hides the email address in the browser but it may still appear in the HTML coding. If it does yuo can get around this by defining a subject line, e.g. info@companyname.com?subject=enquiry and filtering out all incoming mail which does not have this subject line.

3. Use JavaScript for links

It is possible to write the text link in JavaScript instead of HTML. The script breaks the email address down into its elements and then puts it back together. It appears just as a normal HTML link in the browser even down to the way it appears in the browser's status bar. This method keeps everything looking as the visitor would expect but protects your address from Spam harvesters, programs designed to crawl sites and find mailto links in the code.

Copy this code replacing the 4 variables user, domain, extension and link with your own information. This example uses the made up email address info@companyname.com. It should be obvious which parts to change and to what.

[script language="JavaScript" type="text/javascript"][!--

var user = "info";
var domain = "companyname";
var extension = "com";
var link = "Email Us";

document.write('[a href="mailto:' + domain + '.' + extension + '"]');document.write(link + '[/' + 'a]');
// --][/script]

Please note that the square brackets must be replaced with angled brackets for the script to work. The square brackets are merely to enable me to display the coding here.

Chris Smith is a full time web developer building websites for small businesses and individuals.

Please visit his site to see live examples of these techniques in action and for further information on web design and development.

Web Development | Email Links


MORE RESOURCES:

Frugal Duchess: Goal-setting
Bellingham Herald, WA - 19 hours ago
Goal setting is an annual exercise as we try to whip our home and other fiscal assets into better shape. And so we crunch numbers and try to tone up our ...


Goal-Setting Drills Make for More Active Coworkers
Newswise (press release) - Jan 5, 2009
“They had individual goal setting — a common technique — but they also had group and organizational goal setting, which provided the peer encouragement that ...
Employer-Sponsored Workouts Boost Workers' Health Washington Post
all 17 news articles


Missoula officials offer New Year's goal setting tips
KPAX-TV, MT - Jan 2, 2009
Missoula City-County Health officials say the new year is a great time to re-commit to new health goals. Here are some goals they recommend striving for ...


Woman Who Lost 100 Pounds Opens Goal-Setting Social Network
PR.com (press release), NY - Jan 2, 2009
Woman who lost 100 pounds shares how to set and achieve your goals through a new goal-setting social network site whose launch date coincides to help make ...


HealthNews

Goal-Setting Tips for the Whole Family
HealthNews, CA - Dec 29, 2008
Goal setting is an important method of deciding what’s important in your life. Since accomplishing these goals builds self-confidence, goal setting is a ...


1/6/2009 - CAP Seminars Focus on the Self and Home
Inland Empire, CA - 19 hours ago
Goal Setting from instructor Letty Herndon teaches how to set specific, attainable and measurable goals that are both realistic and time-bound. ...


Setting effective financial goals for 2009
The Punch, Nigeria - Jan 3, 2009
For instance, Dr. Ron Dontroy, a leading human resource expert and author, The Art of Future Management, likens goal setting to a compass that provides the ...


Goal setting Pacers eye Fraser Valley berth
South Delta Leader, Canada - Jan 1, 2009
By Philip Raphael - South Delta Leader Weeks into the senior girls basketball season, Delta Secondary head coach Bill Lambert says his team is still in ...


Examiner.com

Goal setting for 2009: book projects
Examiner.com - Dec 29, 2008
by Wendy Attmore, Atlanta Writing Careers Examiner Now’s the time to start mapping out some self-imposed deadlines for your book projects. ...


Dining Out: Local burger joints excel at comfort food
Salt Lake Tribune, United States - 1 hour ago
... a total disregard of medical advice or personal goals, especially at a time when most people have gone through some introspection and goal-setting. ...

Goal-Setting - Google News

home | site map | ArticleGecko | A ClashX Production 2006
© 2006