A Flash Developer Resource Site

Results 1 to 15 of 15

Thread: Code Check Please...

Threaded View

  1. #4
    Senior Member
    Join Date
    Jul 2001
    Location
    Tinley Park, IL
    Posts
    702
    Quote Originally Posted by blanius
    Looked to me like you should define result_lv here

    var send_lv = new LoadVars();
    var result_lv=new LoadVars();
    send_lv.action = "send";
    send_lv.fullname = fullname.text;
    send_lv.lastname = lastname.text;
    send_lv.email = email.text;
    send_lv.dob = dob.text;
    send_lv.gbname = gbname.text;
    send_lv.eseal = eseal.text;
    send_lv.agree = agree.text;
    send_lv.subject = subject.text;
    send_lv.recipient = recipient.text;
    send_lv.sendAndLoad("clanrequest.php",result_lv,"P OST");
    };
    NO, that change caused the form to not even send the data. Probably because I already called this function in the IF statement.
    Last edited by dniezby; 12-17-2006 at 04:32 PM.
    My Sites: Gaming Site Nightshade Studios MyKM Tutorials

    --------------------------------------------------
    What I'm using: Gimp, Koolmoves, Sepy, HTML-Kit, Inkscape

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