Results 1 to 15 of 25

Thread: Mail form code

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Member maglinders's Avatar
    Join Date
    Apr 2005
    Posts
    54

    Smile Thank you

    Wow. I looked at that and though it must be too simple. Thanks!

    Another quick Q: If the email add includes @, spam harversters will find it. Is it true that one can type it thus (in the code):

    name (at) domain

    and that then the magic of html etc. will make it work as though it used the @ ?

    Thanks again

  2. #2
    Head Honcho Administrator Reverend's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    14,966
    you can convert your mail address into hex code that a harvester won't recognize.

    Some online encoders here:

    http://thespameater.com/emailencoder.html?r=0

    http://www.u.arizona.edu/~trw/spam/spam2.htm

    =========== Please Read The Forum Rules ===========

  3. #3
    Member maglinders's Avatar
    Join Date
    Apr 2005
    Posts
    54

    Thumbs up Wonders upon wonders

    You are wonderful. Thank you so much.

  4. #4
    Member maglinders's Avatar
    Join Date
    Apr 2005
    Posts
    54

    it won't send (apparently)

    Me again.

    Could you check this for me, please?
    I can't get it to actually send to me ! :-(

    <FORM METHOD="POST" ACTION="mailto:[email protected]">
    Name<BR>
    <INPUT TYPE="text" NAME="Your name" SIZE="30"><BR>
    Your email address<BR>
    <INPUT TYPE="text" NAME="subject" SIZE="30"><BR>
    Your message<BR>
    <TEXTAREA NAME="text" COLS="30" ROWS="5"></TEXTAREA><BR>
    <INPUT TYPE="submit" onClick="location.href='thanks.html'"
    value="Send">
    <INPUT TYPE="reset" value="Reset form">
    </FORM>

    Many thanks.

  5. #5
    Member maglinders's Avatar
    Join Date
    Apr 2005
    Posts
    54

    Ps

    It *does* load the 'thanks' page on click, though.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •