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:

Quality Magazine (blog)

Shifting the Paradigm: Enterprise-Process Goal Setting
Quality Magazine (blog)
The implication of Nelson's statement is that simple goal setting alone will not yield an improved output. For an enhanced process response, organizations need to give due diligence to bettering the process. Focus needs to be given to the creation of ...



Make Life Meaningful Monday: Goal Setting
Crookston Daily Times (blog)
I think I've taken goal setting to the level of art-form. I make spiritual growth goals, homemaking goals, parenting goals, exercise goals…you name it! And I don't just set giant goals, like vacationing in Europe next year or running a marathon.



The Bay City Times - MLive.com

Public welcome at Bay City goal-setting session Saturday morning
The Bay City Times - MLive.com
9 goal-setting session, the Bay City Commission agreed to create a list of what residents want to see. That exercise turned into a list of 34 items that attendees at Monday night's Town Hall meeting were asked to help prioritize.
Trenton Robinson complaint investigation complete, Bay City police chief saysMLive.com

all 11 news articles »


Petoskey News-Review

Boyne City goal-setting still under way
Petoskey News-Review
12 city goal-setting session at St. Matthew parish hall in Boyne City. Last time around, the vast majority of participants in the exercise shared their two cents without attending the public meeting, either. "It's a more comprehensive review of things ...



City Council plans retreat
Salisbury Post
With the theme “Evaluating Opportunities,” City Council's 27th Annual Future Directions and Goal-Setting Retreat, set for Thursday and Friday at the Rowan Museum (202 N. Main St.), will include presentations on everything from crime to tourism to ...



New York Post

Giants win NFC Championship on OT field goal, setting up Super Bowl rematch vs ...
New York Post
By PAUL SCHWARTZ SAN FRANCISCO — On the road. In the NFC Championship. In overtime. The Patriots, already in, awaiting the winner. Harsh weather affecting every move. A draining, physical battle. A field goal to win it. “Everything that happened is ...

and more »


New Goal-Setting Toolkit Available from Innovation Strategist Lea Strickland
NCTechNews (press release)
(Cary, NC) A new goal-setting toolkit for personal and professional success is now available at no charge from international strategic business consultant and noted expert on how to start and manage a profitable business, Lea Strickland, ...



GUEST COLUMN: Setting goals is about making choice to succeed
insideTORONTO.com
In my former life as a manager with a global company goal setting was ubiquitous - and mandatory. I learned a lot about setting goals, although probably more about the technique than the why. Then I started a career consulting business.

and more »


Council Holds Goal Setting Session
KIMT
MASON CITY, IA- We told you last week about the Curbside Chat. That's when a representative from a Minnesota non-profit group stopped by Mason City. Their goal was to share ideas when it comes to running a town, and even changing perspectives if ...
Council sets goals for yearMason City Globe Gazette

all 2 news articles »


Ottumwa City Council to hold special meeting
KTVO
by Kate Allt OTTUMWA, IOWA -- The Ottumwa City Council will be holding a special goal-setting meeting on Wednesday, February 8. The meeting will cover the accomplishments of the city since their last goal-setting session, the current issues and ...


Google News

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