This is an Ajax Demo that submits two forms on the same page.
First, it submits one form via ajax, then it says it is done with that and the result of that first submission are used to populate the second form.
Then it waits a few seconds so you can see that resopnse.
Then it submits the second form in a normal manner.

Keeping along the lines of the other demos here, this particular example
uses a web service to obtain the data for the Ajax process.
Some would say this is not a very good way to do this.
I say it is because this is a pretty common thing that many apps would
want to use and they may not be web apps, so I deem that this functionality
should be in a web service so there is no need to duplicate code all over
the place or an imported package in all the projects, but rather simple
web service calls.
Zip:
City:


SOURCE CODE:



Last updated Wednesday, September 28th, 2005