问题描述
我正在寻找IE8的规格.
但我在任何地方都找不到.
请告诉我ASP.NET的下拉列表(HTML中的select&option control)可以更改通过键盘识别为输入序列的间隔.
快速键入111,选择111.但是慢慢地,它只能被选择1.
I''m looking for specification of IE8.
But I didn''t found it anywhere.
Please tell me the dropdownlist(select & option control in HTML) of ASP.NET can change the interval which recognize as series of inputting by keyboard.
Typing 111 quickly, 111 is chosen. but slowly , it''s only chosen 1.
<select name="ctl00$MainContent$DropDownList1" id="MainContent_DropDownList1">
<option value="1">1</option>
<option value="11">11</option>
<option value="111">111</option>
<option value="1111">1111</option>
<option value="1211">1211</option>
<option value="1212">1212</option>
<option value="3212">3212</option>
我的环境如下:
Windows7专业版
VisualStudio2010专业版
IIS7
IE8
预先谢谢您.
My environment is the below:
Windows7 Professional
VisualStudio2010 Professional
IIS7
IE8
Thank you in advance.
推荐答案
我的环境如下:
Windows7专业版
VisualStudio2010专业版
IIS7
IE8
谢谢你.
My environment is the below:
Windows7 Professional
VisualStudio2010 Professional
IIS7
IE8
Thank you in advance.
这篇关于如何更改IE8下拉列表的间隔时间?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!