If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > Select statement / listbox question

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-04-03, 09:19
Timm Timm is offline
Registered User
 
Join Date: Oct 2002
Posts: 32
Question Select statement / listbox question

I'm using select statements like the following:

<SELECT ID="task" name="task">
<option value=""></option>
<option value="AA">Available</option>
...
<option value="ZZ">Completed</option>
</SELECT>

The option values include most other two-position letter combinations between AA and ZZ (e.g., HY).

To choose "HY" from the resulting dropdown list that the user sees, the user has to enter an "H" and then scroll down through the list to find "HY" or continue pressing the "H" key until "HY" displays in the dropdown list box. If the user enters "H" and then enters "Y", the list jumps to "YA" instead of "HY".

Is there a way to change how the dropdown list works, so that a user can enter "HY" and have "HY" displayed?
Reply With Quote
  #2 (permalink)  
Old 09-28-03, 02:10
sarahk sarahk is offline
Registered User
 
Join Date: Sep 2003
Location: New Zealand
Posts: 6
No there isn't. Sorry.

The user can keep pressing H until the correct one is shown.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On