www.mathertel.deThe AJAX EngineSamples 2: Core AJAX samplesKreditCalc.aspx

Credit calculation Form Sample

View Source

This sample page shown how to implement a form with fields that can be changed by the user without a need for a submit button. The values on the right as well as the graph at the bottom will be calculated and displayed with only a small delay.



 
% per year
 
% per year
 

Warning! Do not rely on these numbers, they may be false!

KreditData

bluered

If this graphic is not shown at once but is assembled slowly line by line, it's because of an IE bug. Just reload the page and try again. It can be fast!

Also have a try to the error handling when entering a non numeric value into the amount field...


This sample uses HTML, Javascript and the XMLHTTP object on the client to call a WebService.

This page is part of the http://ajaxaspects.blogspot.com/ project.