Page 1 of 1

Submit Form Async

Posted: Mon Apr 13, 2009 12:23 pm
by mettlus
I have a simple page which has a single input box for capturing email ID for newsletter.
I want to show users a thank you js dialog after they enter their emailID,
on behind the scene i would like to capture the emailID and email to the site owner.

Challenge is I dont need postback

Re: Submit Form Async

Posted: Mon Apr 13, 2009 1:06 pm
by n00b Saibot
Challenge? I'm not quite sure that's the word... it's your choice...

sending a simple AJAX query to server is easy I believe? What's wrong with the postback?