Re: Email address in web interface
- Posted by Alexander Toresson <alexander.toresson at gmail.com> Jun 28, 2007
- 631 views
Aku wrote: > > Hi Rob. > > Please, could you NOT put sender email address in the EUforum web interface > page? > Even if you replace "@" with "at", the simplest address-miner can recognize > it. > > I suggest you to use javascript function to show the email address. > > Just a simple one like below will work: > > In the Euphoria code, instead of > }}} <eucode> > puts(email) > </eucode> {{{ > > change to: > sequence raw=sprint(email); > puts("<script>document.write(String.fromCharCode(" & raw[2..length(raw)-1] & > "))</script>"); > > Thanks. Well, mind you that people with browsers that don't support JS (among them many with various disabilities) won't be able to read the email addresses then. One thing that could be done would be to replace all characters in the email addresses with HTML -codes. Regards, Alexander Toresson