[Javascript] looping through nodeList

Paul Novitski paul at novitskisoftware.com
Tue Oct 18 16:13:13 CDT 2005


At 01:34 PM 10/18/2005, Anthony Ettinger wrote:
>Any input on this? I basically am rewriting mailto:,
>removing the non-working @.

Please clarify what you mean by "removing the non-working @."

If your page downloads with email addresses intact, and then your 
javascript routine encrypts them on page load, please realize that 
this won't trick robots who will see the page in its pre-javascript form.

Usually what people do to obfuscate email addresses on web pages is 
to store the address on the page in some cryptic form, then use 
javascript to assemble a properly-formed mailto: link on page-load or 
at the moment the user clicks or keys down on it.

Paul 




More information about the Javascript mailing list