I never quite understood what all the fuss was about with AJAX - there are so many articles and books and blogs that it would make you think it was complicated - but it's not!

There's basically only 3 aspects to it:

1) Asynchronous XML/HTML communication on the client end - visit http://www.ajaxtoolbox.com/ - easy peasy 2) Delphi ISAPI DLL on web server - no different really than handling standard web requests. Choose to return XML or HTML
3) Javascript to sew it together on the client end.

The only kind of tricky part is if you haven't written any kind of ISAPI/ASP code before, but Delphi makes that easy too.

Cheers,
Phil.

Neven MacEwan wrote:
Richard

My next challenge is Ajax, and yes that scares me

Neven

begin:vcard
fn:Phil Middlemiss
n:Middlemiss;Phil
org:Vision Software, MTS Ltd
email;internet:[EMAIL PROTECTED]
title:Project Leader
tel;work:+64 7 3480001
tel;cell:+64 27 4592648
x-mozilla-html:TRUE
url:http://www.tumonz.co.nz
version:2.1
end:vcard

_______________________________________________
Offtopic mailing list
[email protected]
http://ns3.123.co.nz/mailman/listinfo/offtopic

Reply via email to