怎么设置可以把dropdown设成可以输入数据

来源:互联网 发布:python 延时函数 编辑:程序博客网 时间:2024/04/27 21:59

参考:
<body bgcolor="buttonface">
<input type="text" id="bindtxt" name="ctno" style="font-size:12px;width:150px">
<select name="sctno" style="position:absolute; top:expression((bindtxt.offsetTop) + 'px'); left:expression((bindtxt.offsetLeft) + 'px'); width: 150px; height: 18px; clip: expression('rect(2 ' + this.offsetWidth +' 18 ' + (this.offsetWidth - 18) +')');background-color:#ffffff; font-size:12px;">
<option value="0">请选择客户编号</option>
</select>
</body>

嘿嘿,这个简单,哈哈,收藏一个....

原创粉丝点击