Click to See Complete Forum and Search --> : Flash/ASP for email send... How to send fail/success?


dep
11-05-2007, 02:29 PM
Hello, I am working with flash developer who has a standard flash form that will post to my asp script via "tafData.sendAndLoad("dosend.asp",taf_results_lv,"POST");"

basically, after the email send, I need to return with a 0 or a 1. How do I return this value back to him? instead of directing the user to a separate success/fail page...

dep