我们经常会看到很多的网站会看到有下拉列表的内容进行直接增加与移除,下面我来介绍一款js Select下拉列表框进行多选、移除、交换内容实例
复制代码 代码如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<span><a href="https://www.jb51.net/tag/html" title="查看 html 中的全部文章" target="_blank">html</a></span>4/loose.dtd">
<<span><a href="https://www.jb51.net/tag/html" title="查看 html 中的全部文章" target="_blank">html</a></span>>
<head>
<title>Select下拉列表框进行多选、移除、交换内容</title>
<meta http-equiv="Content-Type" content="text/<span><a href="https://www.jb51.net/tag/html" title="查看 html 中的全部文章" target="_blank">html</a></span>; charset=gb2312">
</head>
<body>
<form method="post" action="">
<table cellpadding="0" cellspacing="0">
<tr>
<td><table cellpadding="1" cellspacing="1" bgcolor="#CAFAFC">
<tr>
<td background="wp-content/uploads/2012/05/79760-772704496-8.gif" bgcolor="#FFFFFF"> 请选择:</td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><select size="6" multiple >
<option value="sel1">江苏省</option>
<option value="sel2">广东省</option>
<option value="sel3">河南省</option>
<option value="sel4">吉林省</option>
<option value="sel5">浙江省</option>
</select></td>
</tr>
</table></td>
<td valign="bottom"><input type="button"
value="<<">
<input type="button"
value=">>"></td>
<td><table cellpadding="1" cellspacing="1" bgcolor="#CAFAFC">
<tr>
<td background="wp-content/uploads/2012/05/79760-772704496-8.gif" bgcolor="#FFFFFF"> 请选择:</td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><select size="6" multiple>
</select></td>
</tr>
</table></td>
</tr>
</table>
</form>
<script language="javascript">
function allsel(n1,n2)
{
while(n1.selectedIndex!=-1)
{
var indx=n1.selectedIndex;
var t=n1.options[indx].text;
n2.options.add(new Option(t));
n1.remove(indx);
}
}
</script>
</body>
</html></td>
</tr>
</table>
您可能感兴趣的文章:
相关文章
最新评论
站长推荐 正版Windows 10 家庭/专业版,操作系统限时抢购[¥1088→¥248] 站长推荐 Microsoft Office 2016/2019/365 正版最低价仅需[ ¥148元]
大家感兴趣的内容
最近更新的内容
常用在线小工具