home *** CD-ROM | disk | FTP | other *** search
/ i·claim - visualizing argument / ICLAIM.ISO / mac / Assignments.swf / scripts / DefineSprite_167_ass_win / frame_21 / DoAction.as
Text File  |  2005-02-28  |  558b  |  14 lines

  1. ix_Body = "Q1. " + _root.r1a + "\n" + "A1. " + txtAns1 + "\n\n";
  2. ix_Body += "Q2. " + _root.r1b + "\n" + "A2. " + txtAns2 + "\n\n";
  3. ix_Body += "Q3. " + _root.r1c + "\n" + "A3. " + txtAns3 + "\n\n";
  4. sendURL = "http://bedfordstmartins.com/ix/cd_support/ix_mail.asp";
  5. scriptVars = new LoadVars();
  6. scriptVars.ix_To = ix_To;
  7. scriptVars.ix_From = ix_From;
  8. scriptVars.ix_Subject = _root.ex_sub_r1;
  9. scriptVars.ix_Body = ix_Body;
  10. scriptVars.ixx = "true";
  11. scriptVars.ix = "send";
  12. loadVariablesNum(sendURL + "?" + scriptVars,0,"POST");
  13. gotoAndStop("sent");
  14.