Re: Re: obfuscating email addresses on www.netbeans.org
Jack Catchpoole <[email protected]> Thu, 23 Sep 2004 12:44:28 +0200
| Newsgroups | gmane.comp.java.netbeans.webteam |
|---|---|
| Message-ID | <[email protected]> |
Vincent Brabant wrote: >> Do you mean on www, for content ? Sure, possible ... not really much >> different to the current setup. Is there an advantage over doing it >> "inline" ? >> > Yes, you are sure that search engine and smarter sniffer that could > checks about &xxx; can't really guess that javascript will build an email. I still don't really see the advantage/difference to the current setup. Now I do something like : var user = abc; var domain = xyz; document.write(user + at + domain); (simplified for this email but that is basically it). So the only line that would change would be the document.write, and that would just move to the function, eg in the html head, right ? Sorry if I am missing something Vincent ... -- Jack Catchpoole NetBeans/Sun Microsystems http://www.netbeans.org/