Submit Form Async

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
mettlus
Forum Newbie
Posts: 1
Joined: Mon Apr 13, 2009 12:22 pm

Submit Form Async

Post 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
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Re: Submit Form Async

Post 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?
Post Reply