Skip to main content

Posts

Showing posts from July 22, 2009

Autocomplete in Java Script

Follow the below instruction to implement autocomplete feature using js. Put the : AutoComplete.js file as per your required folder Similarly the AutoComplete.css file . Write your client file . in that call to the AutoComplete_Create method of AutoComplete.js file. Pass there the id of your text box/text area and the data as an array. Please follw the attachment carefully to success your integration. For more details refer the site ; http://www.phpguru.org/static/AutoComplete.htm Client :