A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: CGI form script???

  1. #1
    Junior Member
    Join Date
    Jul 2000
    Posts
    21
    Well how do I make a form in flash and make it so when you hit send it just sends it without opening the e-mail program? Do you have some sort of CGI form for it or what?

  2. #2
    Junior Member
    Join Date
    Jul 2000
    Posts
    21
    Please someone help me!

  3. #3
    The only way I know to send email w/o opening an email client is to use a cgi script. If it's just a matter of collecting, formatting, and sending out the info that was submitted by the form, the script is pretty simple. After parsing the POST or GET info, you need only open a pipe to sendmail (on a UNIX box) and print the info. Simple scripts to do this are easy to find.

    Hope this helps,

    Markw

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

HTML5 Development Center