I want to load variables after submitting the some variables to an asp file.

My asp is working fine but the flash swf isn't reading the data returned by the asp.

Load Variables ("./vsubmit.asp", _target, vars=POST)
this is what I am using to load the variable..

How can I check whether the variables have been submitted successfully or not?