|
|
|
![]() |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Senior Member
|
Best way to put e-mail address on website?
What is the best way to allow someone browsing my webpage to e-mail me? I am not interested in a bunch of spam, so I need an option that will not allow spammers to easily get ahold of my address.
Thanks,
__________________
Chris Last edited by Jacamar : Friday 19th May 2006 at 22:03. |
|
|
|
|
#2 |
|
Registered User
|
Chris,
Just write everything out longhand, and then explain that obviously whoever really wants to e-mail you has to put it in the form that everybody knows. e.g. chrisjacamar (at) gobbledygook (dot) com
__________________
________________ Steve Pryor Oriental Bird Club Neotropical Bird Club |
|
|
|
|
#3 |
|
He's pining for the Fjords !
|
I use a small jpg with an image of the text. No spambot is gonna catch me out now.
|
|
|
Click here to Support BirdForum |
|
|
#4 |
|
Senior Member
|
Thanks for the suggestions!
__________________
Chris |
|
|
|
|
#5 | |
|
Registered User
Join Date: Apr 2006
Location: uk
Posts: 2,238
|
Quote:
I write it out like: johnjones*aol.com please replace * with @ |
|
|
|
Click here to Support BirdForum |
|
|
#6 |
|
London birder
|
I pinched this idea I saw somewhere. You build up a mailto link using javascript. A program scraping email addresses off web pages will not recognise it as an address. See my email link on http://homepages.nildram.co.uk/~merula
for an example. I've had this up for years and get hardly any spam. <script language="JavaScript"> user = "alastair.rae"; site = "gmail.com"; document.write('<a href=\"mailto:' + user + '@' + site + '\">'); document.write('E-mail Alastair</a>'); </script>
__________________
Field Guide: Birds of the World |
|
|
Click here to Support BirdForum |
|
|
#7 |
|
Vagrant Birder
|
I use a script similar to Alastairs's. Slightly more complicated though.
<script><!-- function escramble(){var a,b,c,d,e,f,g,h,i a='<a href=\"mai' b='name' c='\">' a+='lto:' b+='@' e='</a>' f='' b+='provider.com' g='<img src=\"' h='' i='\" alt="Email us." border="0">' if(f)d=f else if(h)d=g+h+i else d=b document.write(a+b+c+d+e)}escramble() //--></script> |
|
|
|
|
#8 | |
|
Steve Campsall
Join Date: Aug 2003
Location: Leicestershire, UK
Posts: 6,273
|
Quote:
__________________
Steve "...when the cities lie at the monster’s feet there are left the mountains." Robinson Jeffers, "Shine, Perishing Republic"
|
|
|
|
| Advertisement |
![]() |
| Thread Tools | |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Durham Birding | Skelly | Durham | 16383 | Sunday 19th May 2013 16:32 |
| Website Aids Farmers In Protecting Wildlife | Chris Monk | Conservation | 0 | Sunday 1st January 2006 00:15 |
| Website: Technical help required | James Eaton | Computers, Birding Software And The Internet | 17 | Wednesday 20th July 2005 01:27 |
| Problems with mail order memory cards | Ben Rackstraw | Digiscoping Accessories | 33 | Tuesday 7th June 2005 22:29 |
| website address | christineredgate | The Birdforum Digiscoping Forum | 9 | Sunday 14th September 2003 20:39 |