Re: applescript and browsers
Re: applescript and browsers
- Subject: Re: applescript and browsers
- From: Phil Dobbin <email@hidden>
- Date: Wed, 28 Jan 2004 00:32:56 +0000
On 27/01/2004, at 23:08 (GMT), Florian Weber, email@hidden wrote:
>
well, how else would you hide a email adresse from spiders who
>
seek webpage for email adresses?
I use this:
#!/usr/bin/perl -p
s/(.)/'&#' . ord($1) . ';'/ge;
which encodes my address to:
phil@phildobbin.net
Not exactly Applescript though. But it ain't Javascript either :-)
Regards,
Phil.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.