国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

js操作listbox

2019-11-18 16:52:20
字體:
來源:轉載
供稿:網友

選擇人員或者部門或其他時,經常會用到2個listbox,下面這js代碼,希望能給大家以及自己帶來方便


function SelectAll()
        {
            var lst1=window.document.getElementById("SourceListBox");
            var length = lst1.options.length;
            for(var i=0;i<length;i++)
            {
                var v = lst1.options[i].value;
                var t = lst1.options[i].text;
                var lst2=window.document.getElementById("DestinationListBox");
                lst2.options[i] = new Option(t,v,true,true);   
            }
           
        }
       
        function DelAll()
        {
            var lst2=window.document.getElementById("DestinationListBox");
            var length = lst2.options.length;
            for(var i=length;i>0;i--)
            {
                lst2.options[i-1].parentNode.removeChild(lst2.options[i-1]);
            }   
        }
       
        function SelectOne()
        {
            var lst1=window.document.getElementById("SourceListBox");
            var lstindex=lst1.selectedIndex;
            if(lstindex<0)
                return;
            var v = lst1.options[lstindex].value;
            var t = lst1.options[lstindex].text;
            var lst2=window.document.getElementById("DestinationListBox");
            lst2.options[lst2.options.length] = new Option(t,v,true,true);   
               
        }
       
        function DelOne()
        {
            var lst2=window.document.getElementById("DestinationListBox");
            var lstindex=lst2.selectedIndex;
            if(lstindex>=0)
            {
                var v = lst2.options[lstindex].value+";";
                lst2.options[lstindex].parentNode.removeChild(lst2.options[lstindex]);
            }
               
        }


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 百色市| 昌乐县| 郸城县| 清涧县| 翼城县| 嘉义县| 邢台县| 高陵县| 抚松县| 惠来县| 铜山县| 定日县| 长丰县| 鸡东县| 扬中市| 临洮县| 和田市| 商水县| 麟游县| 呼图壁县| 邳州市| 铅山县| 黄浦区| 修文县| 石景山区| 丹阳市| 洪湖市| 安国市| 蒲江县| 穆棱市| 手游| 高唐县| 土默特左旗| 茌平县| 长岛县| 武鸣县| 民县| 福州市| 锡林郭勒盟| 从江县| 威信县|