eron19
October 26th, 2002, 03:46 PM
mailObj = new LoadVars();
//send variables to ASP using POST
mailObj.sendAndLoad("sendmail.asp","this", "POST");
trace(mailObj.loaded);
why does this trace give me a undefined value?
//send variables to ASP using POST
mailObj.sendAndLoad("sendmail.asp","this", "POST");
trace(mailObj.loaded);
why does this trace give me a undefined value?