Click to See Complete Forum and Search --> : filtering values.....


suganya
10-06-2003, 04:09 PM
hi,
I have a textbox and a button named filter...
I have a dropdown which is populated with some values from the database...

When the user enters some characters "xxx" in the textbox and clicks on filter, it has to filter those options which would contain the "xxx" and display only those options in the listox now....

any available scripts for functions like this?....

thanks very much...

pyro
10-06-2003, 08:20 PM
I gave something similar to that to someone once. Take a look at http://forums.webdeveloper.com/showthread.php?s=&threadid=18176&highlight=RegExp and see if that will work for you.