Categories | Question details Back To List | ||
Autocomplete mode Hi, I would like to use the "Autocomplete mode" in order to load convenient data when i start typing. I want to know if there is another way without using PHP. Because, in your examples, it seems to have only one PHP file who can give this result. Thanks Answer posted by Support on Apr 28, 2009 13:54 You can use any server side script instead of PHP, php just the one used in sample ( if necessary , similar sample for jsp can be provided ) There is no way to implement server side auto-complete without any server side scripting. |