本文实例为大家分享了支持输入模糊查询的Select下拉框,供大家参考,具体内容如下
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Insert title here</title>
[removed]
function SelectValue(obj)
{
document.all.box2.value = obj.options[obj.selectedIndex].text;
}
var j = 0;
2021-11-30 14:10:31
27KB
c
ec
js
1