How to prevent spam?

Discussion in 'HTML & Website Design' started by Notting, Mar 31, 2007.

  1. #1
    Hi guys,

    If i have an email address on a page the account is going to start getting spam pretty quickly. How can i get around this - i.e. not have the email address on the page but still display it.

    i.e.: http://www.platformwebsites.com/contact.htm

    Cheers
    Notting
     
    Notting, Mar 31, 2007 IP
  2. Karen May Jones

    Karen May Jones Prominent Member

    Messages:
    3,469
    Likes Received:
    290
    Best Answers:
    1
    Trophy Points:
    380
    #2
    Hi,
    I did mine this way...
    I PMd you...
    http://links.joygoround.com

    scroll down. see where it says email me. :)

    
    <a href="mailto:youremail@yourdomain.com?subject=need more info" onMouseOver="window.status='email joygoround to trade links'; return true;" onMouseOut="window.status=' '; return true;">Click Here to email me</a>
    
    Code (markup):
    change email address
    change ?subject=
    change mouse over window status
    change mouse out window status
    Hope this helps :)
     
    Karen May Jones, Mar 31, 2007 IP