加入收藏-方便您以后查找网页特效哦
你的位置:
主页
>>
JS技巧
>>
select
清空select里的所有option选项
11111
22222
33333
加入如下代码到body区域
<script language="javascript"> function de() { document.getElementById("sel").options.length=0 } function del() { var selLen=document.getElementById("sel").options.length; for(var i=0;i<selLen;i++) { sel.options.remove(0); } } </script> <select id="sel"> <option value="1">11111</option> <option value="2">22222</option> <option value="3">33333</option> </select> <input type="button" value="删除" onclick="de()"> <input type="button" value="删除" onclick="del()">
COPYRIGHT © 2003-2005 ALL RIGHTS RESERVED
业务联系
|
广告服务
|
网站建设
|
关于我们
|
免责声明
月光宝盒工作室
800*600