Drop Down Selecting

liunx

Guest
I have a drop down box that has 600 numbers in them. They are all 4 digits long and the fist number is always 5. These are phone extensions. So extension 1 is actually 5001, extension 10 is 5010, estension 300 is 5300, etc. I need to keep the input type as a SELECT drop down box, but is there a way that the user can type 50....and all the 50 numbers(5000-5099) are shown in the box. The user adds a 1....so now the user has keyed 501....the dropdown displays 5010-5019. I think this is the best way I can explain it. If anyone knows of a way to do this can you please drop me a line. Thanks.<br />
<br />
Kurt<!--content-->I wrote a script like that in javascript. Here it is ... (<!-- m --><a class="postlink" href="http://imaginethat.htmlplanet.com/research/research.html">http://imaginethat.htmlplanet.com/resea ... earch.html</a><!-- m -->) or you can try it out at the working copy on the home page. (<!-- m --><a class="postlink" href="http://imaginethat.htmlplanet.com/">http://imaginethat.htmlplanet.com/</a><!-- m -->)<!--content-->
 
Back
Top