Hi Jeff, What I do is set up a variable in a common-to-all-pages javascript like this:
var emaddy = '< a href="mailto: (address goes here)?Subject=(whatever);bcc=(next one)" >Email< /a >' I have all my scripts load from a separate folder which generally is not spidered (as far as I know?) :) Then on the page, where I want it to be a link, I just say: < script language="JavaScript">document.write (emaddy) >< /script > Anyway, I have not had any instances of addy stealing that I know of. --- Roger Williams <[EMAIL PROTECTED]> Access denied ... nah nah na nah nah! *** ------------------------------ Date: Thu, 30 May 2002 23:22:27 -0400 From: "Jeff Dougherty" <[EMAIL PROTECTED]> Subject: PCWorks: Preventing email links from being read in spidering Hello, Some time ago, I download a program or had information on a code to enter on websites that prevented these idiots from reading your email addresses. Do any of you know the code, or where to get it? Also, I assume you have to place this on all page with an email link, or do those companies only spider your home page and not subdirectories? Thank you. Jeff ============= PCWorks Mailing List ================= Don't see your post? Check our posting guidelines & make sure you've followed proper posting procedures, http://pcworkers.com/rules.htm Contact list owner <[EMAIL PROTECTED]> Unsubscribing and other changes: http://pcworkers.com =====================================================
