上传者: 38626984
|
上传时间: 2021-11-30 14:10:31
|
文件大小: 27KB
|
文件类型: -
本文实例为大家分享了支持输入模糊查询的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;