The whole point of AJAX is to have some processing on the server side and call it asynchronously.
If you can't use PHP, you should use ASP or other server side scripting.
Hi again,
I really want to learn how to use AJAX, and someone has asked me to build something that works in a similar way to this php app:
http://conceptioncalc.duofertility.com/page1.php?
For various reasons I can't use php, so I thought this might be a good starting point for AJAX. Can anybody point me in the right direction?
Thanks
S
The whole point of AJAX is to have some processing on the server side and call it asynchronously.
If you can't use PHP, you should use ASP or other server side scripting.