Jake Anderson wrote: > taking a 5 second look at the source i agree with your developer > there is no ajax there > > personally i'd rather as a user you didn't use ajax where its not really > needed > just grab the data and send it out in straight HTML blocks Just my thought on this (I've done some sites here & there): Ajax would be needed to access data from another Web server, while a SQL query or other method will be faster and "more safe" if data are available differently. Of course, you can grab a HTML page from another site and parse/reformat it also in C or ASP or else, but Ajax makes it in a standard fashion. Which may or may not be good, especially for data safety. -- Ciao, Dario -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist