[thelist] Email address hiding question

Matt Warden mwarden at gmail.com
Thu Jun 30 20:47:58 CDT 2005


On 6/30/05, David Bailey <d.bailey at dab-hand.co.nz> wrote:
> 1. When the link is clicked it opens two email windows!
...
> <a href="mailto:info.no-spam at please.adomain.com
> ?subject=Put you subject header here.
> &body=Please remove spam blocker. Place your message here. Thank you!"
> onClick="sendmail()">Information</a>
> </p>

Try adding a 'return false;'  to your onclick.

onClick="sendmail(); return false;"

-- 
Matt Warden
Miami University
Oxford, OH, USA
http://mattwarden.com


This email proudly and graciously contributes to entropy.


More information about the thelist mailing list