On 8/26/06, Richard Dillman <[EMAIL PROTECTED]> wrote:
>
> I usually use this Javascript but im not sure how effective it is...


The thing I like about webforms is that the address never goes
"out".  'Keeps those addys private.  Unless the address really
needs to be public... in which case, expect spam, I guess. :-/

You could turn that JS into a function and avoid outputing all
that JS per address...  but that makes the spammer's job all
the easier too, I reckon.  =-]

<script language="JavaScript" type="text/javascript">
<!--
function jsBuildEmail(contact,email,emailHost) {
  document.write("<a href=" + "mail" + "to:" + email + "@" + emailHost+ ">"
+
  contact + "</a>" + ".")
}

jsBuildEmail("Indiana Adoption Program","adoption","iquest.net");
jsBuildEmail("Denny Rocks","ilike","cheese.org");

//-->
</script>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251173
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to