本文介绍了大型DropDown滚动列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好


我们在ASP页面上有下拉菜单。问题是我们在

下拉列表中有大约900个项目。滚动浏览列表的用户过去对

感到非常沮丧。


有人可以建议是否有其他方式实现下拉菜单

数据主义者和我们一样大。


我在VB中寻找类似于列表框的东西,你可以开始输入

字符和数据库相应地移动,直到你找到了你想要的



ASP / HTML中是否有任何东西可以实现类似的功能


谢谢

Hi There

We have dropdown on ASP page. The problem is we have about 900 items in the
dropdown. Users scrolling through the list have become very frustrated in
the past.

Can someone suggest if there is another way of implement a dropdown where
the datalist is as big as ours.

I am looking for something like a listbox in VB where you can start typing
the characters and the databelow moves accordingly until you have found what
you want.

Is there anything in ASP/HTML to achieve a similar functionality

thanks


推荐答案



您可以在客户端代码中执行此操作。转到


下载我的动态列表框演示以查看一种方法。谷歌搜索

应该找到你的其他例子。


Bob Barrows


You can do this in client-side code. Go to
http://www.thrasherwebdesign.com/ind...s&hp=links.asp and
download my dynamic listbox demo to see one way of doing it. A Google search
should find you other examples.
http://www.learnasp.com/learn/listdynamicmore.asp

Bob Barrows





Serverside编码无法帮助你这么好问一下客户端

[javascript?] ng。


ASP功能会在每次按键时向服务器进行往返。


Clientside VBS只能帮助IE用户,顺便说一下。


-

Evertjan。

荷兰。

(请更改我的电子邮件地址中的点'x''点数



Serverside coding cannot help you here so better ask a clientside
[javascript?] ng.

ASP functionality would make a roundtrip to the server on every keypress.

Clientside VBS only helps the IE users, btw.

--
Evertjan.
The Netherlands.
(Please change the x''es to dots in my emailaddress)




pi = links& hp = links.asp anddownload我的动态列表框演示看到一种方式做
吧。 Google搜索会找到其他示例。


鲍勃巴罗斯


pi=links&hp=links.asp anddownload my dynamic listbox demo to see one way of doingit. A Google searchshould find you other examples.
http://www.learnasp.com/learn/listdynamicmore.asp

Bob Barrows
.



这篇关于大型DropDown滚动列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 15:40