A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: text boxes

  1. #1
    Junior Member
    Join Date
    Nov 2000
    Posts
    5
    Hey
    Has anyone made a text box, where the user is able to input text and send it to a mail-address?
    The text box is working, but I can´t find any script which send the text to my email or any script who clear the field.
    Any suggestions?
    Nelly

  2. #2
    I'm a hero like Robert De Niro
    Join Date
    Mar 2000
    Location
    London
    Posts
    1,171
    Hey,

    This is a code I use to send a list of variables via mail:

    on (release) {
    recipient = "mail@yahoo.com";
    subject = "accept me as a member";
    getURL ("mailto:" add recipient add "?subject=" add subject add "&body=" add body add "age=" add age add Newline add "name=" add name add Newline add "last=" add last add Newline add "country=" add country add Newline add "phone=" add phone);
    }


    Take a look,hope you'll get it.

    I know I'm still trying.

    McMurphy

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