Script Category : JavaScript
Script Sub Category : Miscellaneous
Have you ever noticed how browsers only take notice of single keystrokes when you switch items in a SELECT field using your keyboard? Pressing A....U....S in a country selection list will give you a country beginning with S, when you really wanted Australia or Austria. This scripts buffers the users input and compares it against the OPTIONs in the SELECT field, choosing the closest match as you type. Now supports the Thai character set.
|