home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / oddech / table / TableFootie.swf / scripts / DefineSprite_299 / frame_1 / DoAction.as
Encoding:
Text File  |  2004-05-05  |  232 b   |  12 lines

  1. function countEmails()
  2. {
  3.    numPopulated = 0;
  4.    k = 1;
  5.    while(k < 6)
  6.    {
  7.       numPopulated += Number(this["recipientEmail" + k].text != "");
  8.       k++;
  9.    }
  10.    trace("Number of fields populated: " + numPopulated);
  11. }
  12.