home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / oddech / table / TableFootie.swf / scripts / DefineButton2_263 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-05-05  |  439 b   |  20 lines

  1. on(release){
  2.    rec1 = recipientEmail1.text;
  3.    rec2 = recipientEmail2.text;
  4.    rec3 = recipientEmail3.text;
  5.    rec4 = recipientEmail4.text;
  6.    rec5 = recipientEmail5.text;
  7.    numPopulated = 0;
  8.    Status = "";
  9.    countEmails();
  10.    if(senderName != "" && senderEmail != "")
  11.    {
  12.       loadVariables("tellafriend.php",this,"POST");
  13.       gotoAndStop(69);
  14.    }
  15.    else
  16.    {
  17.       Status = "All fields are required";
  18.    }
  19. }
  20.