双击鼠标添加项目
下面的代码没有js 只是一些图像点方向键可以相互移
左击左边的两下可以移到右边
各位高手帮忙了
<html>
<head>
</head>
<body>
<center>
<form name="form1" method="post" action="" >
<table >
<tr><td> <textarea name="textarea1" rows="10" cols="8">张三
李四
王五
陈二</textarea></td>
<td><input type="button" value=">>"><br><input type="button" value="<<"></td>
<td><textarea name="textarea2" rows="10"cols=10></textarea></td></tr>
</table>
</form>
</center>
</body>
</html>