如何更改IE8下拉列表的间隔时间? [英] How to change the interval time of IE8's dropdownlist?

查看:91
本文介绍了如何更改IE8下拉列表的间隔时间?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找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.

推荐答案

MainContent
MainContent


DropDownList1" id =" > < 选项 =" 1" < > < 选项 =" 11" < > < 选项 =" 111" < > < 选项 =" 1111" < > < 选项 =" 1211" < > < 选项 =" 1212" < > < 选项 =" 3212" < >
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.


你好,

答:不能.

此功能是Windows控件的一部分,而不是HTML规范的一部分.我什至不确定您是否可以在PC上进行任何更改,更不用说通过浏览器了.我知道为什么您可能要更改此设置,但是如果您需要做的非常糟糕,则应重新考虑您的设计. HTML没有更改Windows控件此功能的规范,但是您可以尝试使用JavaScript(和jQuery)来解决此问题.

祝你好运,
Ed
Hi there,

Answer: You can''t.

This feature is a part of the windows control, not of the HTML specification. I''m not even sure you can change this on your PC at all, let alone through the browser. I can see why you may want to change this but if you need to so badly you should rethink your design. HTML has no specification for changing this feature of the windows control but you could try using JavaScript (and jQuery) to solve this.

Good luck,
Ed


这篇关于如何更改IE8下拉列表的间隔时间?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆