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
Submit Form Async
Moderator: General Moderators
- n00b Saibot
- DevNet Resident
- Posts: 1452
- Joined: Fri Dec 24, 2004 2:59 am
- Location: Lucknow, UP, India
- Contact:
Re: Submit Form Async
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?
sending a simple AJAX query to server is easy I believe? What's wrong with the postback?