|
|
 |
|
|
Pages: 1
Windows XP HTML Select search problem
(Click here to view the original thread with full colors/images)
Posted by: parbaj
When the number of options to be displayed in the HTML select is more
than a certain limit, the search feature which is usually available by
typing the keystroke on the field becomes unavailable in Windows XP.
For example, In the select shown below
<select name="sel1" >
<option>---</option>
<option value="ADMIN">ADMIN-General administrative charge </option>
<option value="ASERV">ASERV</option>
<option value="B/B DLVR">B/B DLVR</option>
</select>
When the number of options reaches more than a certain limit, search
feature becomes inactive.
This works fine in Windows NT workstations and Windows 2000
professional.
Can anyone help me in this?
thanks,
Partha
|
|
|
|
|