<select> tag question?

liunx

Guest
I need two functionality on <select> tag (ComboBox):<br />
<br />
1- The text area of the Combo be clear by pressing backspace either on text area or on dropdown list of the Combo.<br />
<br />
2- By default the key listener respond to only the first key of the word. I need to responed to the 2ed, 3th, ..<br />
too. for example by pressing "B" then "M" then "W", Combo focus on "BMW" and show it on text area.<br />
<br />
Are they available in <select> tag. if No, any work around for this?<br />
Thanks.<!--content-->I have seen it done, but can't remember where I saw the code for it. I'll get back to you here if I ever find it again.<br />
<br />
Neil<!--content-->Well that didn't take long - FOUND IT!<br />
<br />
See: <br />
<br />
* <!-- m --><a class="postlink" href="http://www21.brinkster.com/gver/javascript/multi-stroke_auto-select.htm">http://www21.brinkster.com/gver/javascr ... select.htm</a><!-- m --> AND<br />
<br />
* <!-- m --><a class="postlink" href="http://www.codingforums.com/showthread.php?s=&threadid=9865">http://www.codingforums.com/showthread. ... eadid=9865</a><!-- m --> OR<br />
<br />
* <!-- m --><a class="postlink" href="http://www.codingforums.com/showthread.php?s=&threadid=4253">http://www.codingforums.com/showthread. ... eadid=4253</a><!-- m --><br />
<br />
Neil<!--content-->I believe this is what you want ??<br />
<br />
<!-- m --><a class="postlink" href="http://imaginethat.htmlplanet.com/research/research.html">http://imaginethat.htmlplanet.com/resea ... earch.html</a><!-- m --><!--content-->
 
Back
Top