网站上很常见的左右列表框内容互换特效,选择列表框里面的内容选项后点击切换箭头按钮即可左右移动,结合自己需求来修改。
<meta name="keywords" content="武鸣人网站,武鸣信息网,武鸣本地网,武鸣信息资源平台,减肥,健身,励志,励志语录,js特效,网页特效,www.wuming.ren"> <meta name="description" content="欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。"> <title>利用按钮移动左右列表框内容互换_武鸣人</title> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin sortitems = 1; function move_wwwwumingren(fbox,tbox) { for(var i=0; i<fbox.options.length; i++) { if(fbox.options[i].selected && fbox.options[i].value != "") { var no = new Option(); no.value = fbox.options[i].value; no.text = fbox.options[i].text; tbox.options[tbox.options.length] = no; fbox.options[i].value = ""; fbox.options[i].text = ""; } }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) BumpUp(fbox); if (sortitems) SortD(tbox); } function BumpUp(box){ for(var i=0; i<box.options.length; i++) { if(box.options[i].value == ""){ for(var j=i; j<box.options.length-1; j++){ box.options[j].value = box.options[j+1].value; box.options[j].text = box.options[j+1].text; }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) var ln = i; break; } } if(ln < box.options.length){ box.options.length -= 1; BumpUp(box); } }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) function SortD(box){ var temp_opts = new Array(); var temp = new Object(); for(var i=0; i<box.options.length; i++){ temp_opts[i] = box.options[i]; }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) for(var x=0; x<temp_opts.length-1; x++){ for(var y=(x+1); y<temp_opts.length; y++){ if(temp_opts[x].text > temp_opts[y].text){ temp = temp_opts[x].text; temp_opts[x].text = temp_opts[y].text; temp_opts[y].text = temp; temp = temp_opts[x].value; temp_opts[x].value = temp_opts[y].value; temp_opts[y].value = temp; } } }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) for(var i=0; i<box.options.length; i++){ box.options[i].value = temp_opts[i].value; box.options[i].text = temp_opts[i].text; } }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) // End --> </script> <a href="https://www.wuming.ren">武鸣人</a>,各种信息资源免费发布,分享励志语录经典短句,减肥健身常识,各种js特效代码。网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)<hr> <!--欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。--> <script type="text/javascript" src="https://www.wuming.ren/ad/tc.js"></script> <script type="text/javascript" src="https://www.wuming.ren/ad/a.js"></script> <form ACTION="" METHOD="POST"> <table border="0"> <tr> <td><select multiple size="8" name="www_wuming_ren_1"> <option value="11">武鸣人一号111</option> <option value="12">武鸣人二号222</option> <option value="13">武鸣人三号333</option> <option value="14">武鸣人四号444</option> <option value="15">武鸣人五号555</option> </select></td> <td> <input type="button" value=" >> " onclick="move_wwwwumingren(this.form.www_wuming_ren_1,this.form.www_wuming_ren_2)" name="B1"><br> <input type="button" value=" << " onclick="move_wwwwumingren(this.form.www_wuming_ren_2,this.form.www_wuming_ren_1)" name="B2"> </td> <td><select multiple size="8" name="www_wuming_ren_2"> <option value="21">武鸣人六号666</option> <option value="22">武鸣人七号777</option> <option value="23">武鸣人八号888</option> <option value="24">武鸣人九号999</option> <option value="25">武鸣人十号000</option> </select></td> </tr> </table> </form> <p>按住Ctrl键可以同时选择好几个项目左右移动</p>
本文来自武鸣人网站,转载请注明出处