|
| |
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
hiding email address from email harvesters - 2/22/2005 11:02:49
I ran accross this today and thought it was cool: <script language=javascript> <!-- var contact = "Send an eMail" var email = "icontact" var emailHost = "emergentmarketing.com" document.write("<a href=" + "mail" + "to:" + email + "@" + emailHost + " class=topnav "+ ">" + contact + "</a>") //--> </script>
_____________________________
Dan
|
|
|
|
Larry M.
Posts: 2853 Joined: 2/20/2003 From: Greenville, South Carolina, USA Status: offline
|
RE: hiding email address from email harvesters - 2/22/2005 11:38:51
Dan, Mind completing the script for a hypothetical email address so I can get a better grasp? Use, for instance, DPF@BellSouth.net. Thanks as usual,
_____________________________
Larry M. Reality is the leading cause of stress among those few in touch with it
|
|
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: hiding email address from email harvesters - 2/22/2005 11:47:35
sure thing, Larry. quote:
<script language=javascript> <!-- var contact = "Send an eMail" // this is what will show on the page as it is between the <a> and </a> in the document.write var email = "DPF" //this goes into the "email" piece of document.write - note: the + signs are for concatenating (joining) the string pieces) var emailHost = "BellSouth.net" document.write("<a href=" + "mail" + "to:" + email + "@" + emailHost + " class=topnav "+ ">" + contact + "</a>") //--> </script> here is how it works: the server sends the html to the browser with this included: document.write("<a href=" + "mail" + "to:" + email + "@" + emailHost + " class=topnav "+ ">" + contact + "</a>") //--> document.write is executed client-side by the javascript and produces this (which you are familiar with) <a href="mailto:DPF@BellSouth.net">Send an Email</a> however, this is written AFTER it is received by the browser - by the client side javascript. the actual html sent by the browser - which the trawler sees and you see via View/Source contains the document.write!! make sense?
_____________________________
Dan
|
|
|
|
rose12
Posts: 1 Joined: 2/22/2005 From: USA Status: offline
|
RE: hiding email address from email harvesters - 2/22/2005 19:31:17
Thanks "dpf"
|
|
|
|
Newbie FrontPage
Posts: 28 Joined: 4/27/2004 From: Australia Status: offline
|
RE: hiding email address from email harvesters - 2/25/2005 0:20:06
I use webmaster@ and I do not get spam from that site. It seems that webmaster@........, does not seem to be a valid email address to many. What about substituting the @ with the HTML Hex code : u ,? This suppose to work fine as well even though i have not tried it. rolf
|
|
|
|
d a v e
Posts: 4179 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: hiding email address from email harvesters - 2/28/2005 15:13:23
bless - she's only a moderator, what can you expect :)
_____________________________
David Prescott Gekko web design
|
|
|
|
Peppergal
Posts: 2207 Joined: 9/20/2002 Status: offline
|
RE: hiding email address from email harvesters - 3/1/2005 23:08:26
Thanks Spooky!! I have a couple JimcoAddins, though one of them makes FP crash (the meta generator...only if I try to apply globally to all pages...if I do it page by page, which sorta defeats the purpose of the add in, it doesn't crash) Up till now I have used the E-Cloaker that Seventh posted ages and ages ago, which works nice, but it would be so nice to have something within FP to do it. I also used another email cloaker - it's nice cause you can have multiple email addresses and it will let you add a specific subject line and even body text to it: http://www.willmaster.com/possibilities/demo/aelgwase.html I saved it to my desktop....I've used both programs with success...no email address that I've cloaked have gotten spammed...
_____________________________
Northeast PA / Poconos/ Lake Wallenpaupack Real Estate wallenpaupacklakeproperty.com Karen's Real Estate Blog
|
|
|
|
pacific22
Posts: 1 Joined: 6/30/2005 Status: offline
|
RE: hiding email address from email harvesters - 6/30/2005 17:24:17
I tried out the JIMCO spam spoiler and was quite disappointed with it. First, when installing, there was no Help to tell you what to do, or where it was located. But the main problem, once I did find it and try it out, was that on the new uploaded page, I did a "View source" using notepad, and the email address was there, NOT hidden at all from the robots. IT was even twice!!! That's exactly the opposite to what it's supposed to do. I wrote to JIMCO to tell them I think it's a piece of crap.
< Message edited by pacific22 -- 6/30/2005 17:50:49 >
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|