3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Using images in email addresses as protection from spammers

Suggestion for making email addresses harder to harvest off webpages, as a deterrent to spammers or spambots
 
Remove these adsRemove these ads by Signing Up
 

Step 1One can use an image file instead of the @company.TLD (TLD is com, org, net, etc) part of the email address on a webpage. I think some webdesigners do this already.


« Previous StepDownload PDFView All StepsNext Step »
6 comments
Apr 21, 2006. 11:40 PMpencilneck says:
OPPS!!!! little problem here, the second part isn't show correctly...

followed by:

a href="javascript:bjorn('wheels')"><img src="email.gif" width="199" height="20" border="0" alt=""></a

I've removed the < and > so that it will hopefully show up a little more correct.
Apr 21, 2006. 11:38 PMpencilneck says:
Here is how I do it:

<SCRIPT LANGUAGE=javascript>
<!--
function bjorn(adress) {
window.location.replace('mailto:' +adress+ '@4130-products.com');
}
-->
</SCRIPT>

followed by:

[javascript:bjorn('wheels') <img src="email.gif" width="199" height="20" border="0" alt="">]

Now lets take it apart.... the "4130-products.com" in the first part is my domain name... so change that to whatever your's is. In the second part the "wheels" is the email name. Lastly you have the tiny gif image (or whatever flavor you want).

So what happens is when you click on the email address gif image, the Java script puts to seperate bits of info together and slaps it down in your email client.

Apr 21, 2006. 2:17 AMbug_me_not says:
this is a hoax, because if you program a search in a web to find adresses you will do it on the htm code not in "surface", in this way although you use an image, in code you used the direction in the mailto instruction.
Apr 20, 2006. 9:42 PMenero says:
this makes now sense. If you're gonna have a link. You would have to put the address in anyway. Spiders, crawlers, trollers or whatever you want to call them will find the addresses, just the same. If you are just typing out the address for people to copy. You could get the same effect by putting in spaces or changing "@" to "AT". Or is there something I'm not getting??? Coz I'd really like to know!
Apr 20, 2006. 9:11 PMmdmoose29 says:
this really doesn't tell one how they would go about doing that. you just say that we should.

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
0
Followers
1
Author:mrsarkar