Somacon.com: Articles on web development, software, and hardware

§ Home > Index > Web Development

Javascript Autocompleting Combobox Example

This page shows an example of an auto-completing Javascript combobox used to search the online PHP function reference.

For a full description of how the auto-completing Javascript combobox works, go to Auto-Completing Javascript Combobox or go to ASP Speed Tricks.

The function reference contains nearly 3000 entries. Imagine the nightmare of having to scroll through that many options in a drop-down box!

Well, you don't have to imagine, click the "Load all Matches" button and try to find the "htmlentities" function. Now try to to find it by typing "htmlentities" in the text box. (matches in 5 key presses) Which is easier?

Press enter when you have found the function you need, and its reference page will load in the frame. You can also click on the function name in the selection box.

Search For Function Name




Link to this page: <a href="http://www.somacon.com/p39.php">Javascript Autocompleting Combobox Example</a>

Contact · Search · Print · Social bookmark this page · E-mail this page
Created 2005-04-29, Last Modified 2006-11-10, © Shailesh N. Humbad
Disclaimer: This content is provided as-is. The information may be incorrect.