A Flash Developer Resource Site

+ Reply to Thread
Results 1 to 3 of 3
  1. #1

    Wink

    I have error in this script, please help. A have two imput text field. test and test2.

    on (release) {
    loadVariablesNum ("pokus.php?text="+test"&text2="+test2, 0, "POST");
    }

  2. #2
    Senior Moderator
    Join Date
    Apr 2000
    Location
    Sheffield, UK
    Posts
    3,881
    try this:

    on (release) {
    loadVariablesNum ("pokus.php?text="+test+"&text2="+test2, 0, "POST");
    }

    you missed a "+" hope that helps!

  3. #3
    Originally posted by FlashGuru
    try this:

    on (release) {
    loadVariablesNum ("pokus.php?text="+test+"&text2="+test2, 0, "POST");
    }

    you missed a "+" hope that helps!

    Thanx

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