Quote:
Originally Posted by David Tan
I hate checkout forms that delete all of the info I entered and ask me to fill in again because of 1 error in the form. Sometimes, there's request for info there that is just not relevant and it's wasting my time.
|
Yes, you are right, David Tan. This is a major flaw in many online form processing and due to this, many valuable customers are lost.
However,
Ajax (Asynchronous Javascript And XML) is a new form of programming wherein you need not refresh your page, to see further information and your earlier information is retained. More information on this can be seen here:
http://en.wikipedia.org/wiki/AJAX
http://www.asp.net/ajax/
http://www.w3schools.com/Ajax/Default.Asp
http://developer.mozilla.org/en/docs/AJAX
http://www.ajaxmatters.com/
http://java.sun.com/developer/techni...les/J2EE/AJAX/
http://www.ajax.org/
Hopefully, the loss of data during the filling up of the form shall be a thing of the past.