怎样在WEB中实现可编辑下拉框功能,最好是有现成控件

mike1978 2003-10-13 03:00:59
怎样在WEB中实现可编辑下拉框功能,最好是有现成控件
...全文
50 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
fangpeng2003 2003-10-14
  • 打赏
  • 举报
回复
http://fason.nease.net/code/form/select/editselect2.htm

你可以参考一下,直接查看源代码就可以了
mike1978 2003-10-14
  • 打赏
  • 举报
回复
wanderingbird(流浪鸟),你好,该方法虽可行,但不太灵活,非常感谢,还有其他方法吗,最好是控件
aiailove 2003-10-13
  • 打赏
  • 举报
回复
不解
不老书生 2003-10-13
  • 打赏
  • 举报
回复
<select name="select" style="position:absolute; left: 197px; top: 80px; width: 120px; height: 22px; clip: rect(0 120 22 100)" id="select" onchange="clientUser.value=select.options[select.selectedIndex].text;clientUser.select()">
<option value="1" selected>aaaaaa</option>
<option value="2">bbbbb</option>
</SELECT>
<input type="text" style="position:absolute; left: 198px; top: 81px; width: 100px; height: 18px" name="clientUser" value="请选择二批名称" onfocus="this.select();">
在现代前端开发,自定义表单控件已成为提升用户体验与界面一致性的关键技术手段。随着电商后台、管理平台及问卷系统的复杂化,原生HTML表单(如