Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] looping through nodeList


  • From: paul at novitskisoftware.com (Paul Novitski)
  • Subject: [Javascript] looping through nodeList
  • Date: Tue Oct 18 16:13:20 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