Results 1 to 2 of 2

Thread: e-mailing text

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2002
    Location
    Delaware
    Posts
    33

    e-mailing text

    I have made a text box, and I have the button to mail it, I just can't seem to figure out the code to actually send the text!
    if you could help me I would be very greatful.
    Thanks
    Anthony
    <html>
    <marquee behavior="alternate" width=50%> This is a test </marquee>

  2. #2
    Fanatic Member cpradio's Avatar
    Join Date
    Apr 2002
    Posts
    616
    Well you have two options:

    1) Use a server-side script to email it to you ( a lot safer )
    2) Using the following format for your <form> tag:
    <form method="post" action="mailto:[email protected]" enctype="text/plain">
    http://cpradio.net/
    Administrator @ WDForums and a Moderator @ WebXpertz City Forums

Posting Permissions

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



Click Here to Expand Forum to Full Width