Quick Search List Box - JavaScript
Users can instantly find the search results when typing in a long list of options. When you enter a letter, the script will narrow the search to find from the options list the results you want. Non-related letters will be excluded initially.
The list box is ideal for those sites with a long list of URLs or catalog.
Script Demo:
Demo
JavaScript Code:
Insert this code into <head> tags |
Insert this code into <body> tags |
Instruction:
- Modify the table style to suit your site.
- Change the
<body>to<body onLoad="javascript:setUp()">
| Webmaster » Web Programming » JavaScript » Forms » List Box Options |
Related Links:
Sponsored Links
