Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > munged amail addy or not?

Reply
Thread Tools

munged amail addy or not?

 
 
Big Bill
Guest
Posts: n/a
 
      12-28-2004
I found a proggie that does this - is it any good or can you
smartieboots types see right through it?

<SCRIPT LANGUAGE=javascript>
<!--
var fk7="mai"
var snk="lto:"
var utl='kruse'+'%40'+'cityscape.co'+'.'+'uk';
var itk='email me';
document.write('<A H'+'REF="'+fk7+snk+utl+'">'+itk+'</A>');
//-->

and could I put it in an external file and link to it? Would that make
a diff?

BB



--
www.kruse.co.uk
home of SEO that's shiny!
--
 
Reply With Quote
 
 
 
 
Neal
Guest
Posts: n/a
 
      12-28-2004
On Tue, 28 Dec 2004 11:07:19 GMT, Big Bill <> wrote:

> I found a proggie that does this


Amail? Cool. The "a" must stand for "awesome".


 
Reply With Quote
 
 
 
 
Jukka K. Korpela
Guest
Posts: n/a
 
      12-28-2004
Big Bill <> wrote:

> I found a proggie that does this - is it any good or can you
> smartieboots types see right through it?


Did you try to view the page with JavaScript disabled?

Address munging solves no problem, but creates quite a few. You won't
avoid spam, except by disconnecting from the Internet and never
returning, so you need to handle it anyway, whether you munge your
addresses or not. So the net effect of address munging is disruption of
human communication.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html


 
Reply With Quote
 
Wizard of Draws
Guest
Posts: n/a
 
      12-29-2004
On 12/28/04 6:07 AM, in article ,
"Big Bill" <> wrote:

> I found a proggie that does this - is it any good or can you
> smartieboots types see right through it?
>
> <SCRIPT LANGUAGE=javascript>
> <!--
> var fk7="mai"
> var snk="lto:"
> var utl='kruse'+'%40'+'cityscape.co'+'.'+'uk';
> var itk='email me';
> document.write('<A H'+'REF="'+fk7+snk+utl+'">'+itk+'</A>');
> //-->
>
> and could I put it in an external file and link to it? Would that make
> a diff?
>
> BB
>
>
>
> --
> www.kruse.co.uk
> home of SEO that's shiny!
> --


I've mangled mine like this:

<a
href="mailto:jeffb@wizar
dofdraws.com">
Email</a>

Seems to work for me. I still get some spam, but it appears to be from old
address databases since a lot of it uses an address I don't use anymore.
--
Jeff 'The Wizard of Draws' Bucchino
Cartoons with a Touch of Magic
http://www.wizardofdraws.com
http://www.cartoonclipart.com

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
copying contents of billing addy to shipping addy libsfan01 Javascript 4 06-16-2006 04:03 PM
receiving an amail with aspnet? fazeee ASP .Net 1 05-22-2006 03:01 PM
munged email addresses lisa goose Computer Support 20 08-23-2003 06:53 AM
MUNGED EMAIL lisa goose Computer Support 4 08-20-2003 08:56 PM
Munged 'From:' header Yolande Computer Security 4 08-09-2003 10:39 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57