A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Sending form variables to a new window

  1. #1
    Junior Member
    Join Date
    Mar 2002
    Posts
    16
    I have a flash form that i want to be processed by a PHP script and sent to my email.
    I would like this script page to open in a new, small window.
    Problem is as soon as i use java to control the new window size the PHP script doesn't receive the variables.
    This is the action script i'm useing:

    on (release) {
    tellTarget (_level1.form) {
    getURL ("javascript:window.open('http://www.egilitydesign.com/send_flash_form.php','confirmation','height=200,wi dth=350')", "", "POST");
    }
    }

  2. #2
    Junior Member
    Join Date
    Mar 2002
    Posts
    16
    for some reason i got cutoff, here is the rest of my question:
    -
    A) is there some way i can modify this code so that the variables will be received?
    -
    B)is there any other way to control a new window's size?
    -
    C) is there any way to send the form information to my email without using a script to process it?
    -
    nobody could help me last time i posted this question. any ideas? please?

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