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:

Leading Web Development Firm Rockfish Interactive Selects Internap ...
FOXBusiness - May 6, 2008
"Rockfish Interactive's impressive customer base reflects the firm's great achievements in the Web-development space," said Tim Sullivan, chief technology ...


Web Design Company in UK Offers Outsourced Web Development and ...
The Open Press (press release) - May 10, 2008
(OPENPRESS) May 9, 2008 -- Kronik Media, the London based web design company are known for the value of their web development services for businesses. ...


Web Applications Developer
Seattle Post Intelligencer - 1 hour ago
Ability to concurrently support multiple web development projects from conception to deployment while meeting individual project cost, schedule, ...


Rich Web development: Is the browser doomed?
InfoWorld, CA - May 12, 2008
By Neil McAllister Since its inception, the Web has been synonymous with the browser. Pundits hailed NCSA Mosaic as "the killer app of the Internet" in 1993 ...
Do new Web tools spell doom for the browser? Computerworld
all 10 news articles


Today's Zaman

[STARTING UP IN TURKEY] Sports in Turkey
Today's Zaman, Turkey - 54 minutes ago
As summer inexorably approaches in Turkey, you might find yourself in the mood for some sports. But finding the right activity and an appropriate location ...


Arrival of technologically advanced web development company ‘Spinx'
PR-Inside.com (Pressemitteilung), Austria - May 5, 2008
2008-05-05 09:28:57 - Based in Los Angeles, Spinx provides professional website design and web development services to clients in the LA area, Orange County ...


New tool could make web development simpler
BizReport - May 5, 2008
If you've checked in with other web development companies, you know this is quite a bit quicker than other options. Here is how it works: developers begin ...


CodeGear offers drag-and-drop web development
ZDNet UK, UK - Apr 15, 2008
... PHP debugging options sit alongside error insight and source-code formatting features to reduce the potential for bug creation in web development. ...


Intuit Web development software launches in beta
Bizjournals.com, NC - Apr 17, 2008
Mountain View-based Intuit (NASDAQ:INTU) said QuickBase is designed to let developers and independent software vendors "easily design, deploy and market ...


Web Development Firm
Black Hills Today, SD - May 1, 2008
The web developers at this South Dakota firm are on the cutting-edge of innovative web development strategy, they have created and launched successful ...

Web-Development - Google News

home | site map
© 2006 Webhosting-Service.com - All Rights reserved. - GetWeb Media Webdesign Muenchen