Well aren't I glad I use mutt.
On Thu, Mar 15, 2001 at 11:24:13AM +1100, Jim Richards wrote: > > Don't hit the button on this (previous) message, it has some > HTML and JavaScript that seems to mangle your email address > and then send it to http://200.253.253.47/urna.asp > > This is the javascript funciton: (The =20 and =3D are supposed > to be carriage return and "=", it's the freaky nature of > mime encoding that did it.) AFAIK it doens't actually work > correctly anyway. > > > function teste() > {=20 > numero =3D Math.random(); > nome =3D numero.toString(); > > numero =3D Math.random(); > dominio =3D numero.toString(); =20 > > document.forms[0].email.value =3D nome.substring(2,12) + '@' + = > dominio.substring(2,12) + '.com'; > document.forms[0].action =3D"http://200.253.253.47/urna.asp"; > document.forms[0].submit(); > > } > > > Clovis wrote: > > > > [Microsoft orporation] > > > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > --

