PDA

View Full Version : AJAX and Pointbase tutorial?



the_transporter
April 13th, 2007, 04:55 PM
The following tutorial shows how to grab name suggestions based on text typed so far from an input file, but does anyone here know of where I can find a similar tutorial, but instead of getting suggestions from an input file, the suggestions are retrieved from a database file using pointbase. ie. user types letters while AJAX at the same time goes through a database file using SQL statements such as, SELECT * from Names etc to show suggestions of words..

http://www.w3schools.com/ajax/ajax_example_suggest.asp

ditt0
April 13th, 2007, 07:29 PM
How about this?
http://www.petefreitag.com/item/605.cfm

the_transporter
April 13th, 2007, 10:49 PM
Yup, thanks.