home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
i·claim - visualizing argument
/
ICLAIM.ISO
/
mac
/
Assignments.swf
/
scripts
/
DefineSprite_350
/
frame_21
/
DoAction.as
Wrap
Text File
|
2005-02-28
|
491b
|
13 lines
ix_Body = "Q1. " + _root.c1a + "\n" + "A1. " + txtAns1 + "\n\n";
ix_Body += "Q2. " + _root.c1b + "\n" + "A2. " + txtAns2 + "\n\n";
sendURL = "http://bedfordstmartins.com/ix/cd_support/ix_mail.asp";
scriptVars = new LoadVars();
scriptVars.ix_To = ix_To;
scriptVars.ix_From = ix_From;
scriptVars.ix_Subject = _root.ex_sub_c1;
scriptVars.ix_Body = ix_Body;
scriptVars.ixx = "true";
scriptVars.ix = "send";
loadVariablesNum(sendURL + "?" + scriptVars,0,"POST");
gotoAndStop("sent");