createElement

          Posted on 2008-10-09 18:22 追夢人 閱讀(207) 評論(0)  編輯  收藏 所屬分類: Javascript
          function addarmy3()
               {
           
                var army = document.getElementById('armysortid3');
                var armyid = army.value;
                
                var armyname = army.options[army.selectedIndex].innerHTML;
                var armycount = document.getElementById('armycount3').value;
                
                var bigtd = document.getElementById('bigtd');
                //部隊編號
            var inputid = document.createElement('input');
            inputid.type='hidden';
            inputid.name='bigarmyid';
            inputid.id='bigarmyid';
            inputid.value=armyid;
            //部隊數(shù)量
            var inputcount = document.createElement('input');
            inputcount.type = 'hidden';
            inputcount.name = 'bigarmycount';
            inputcount.id = 'bigarmycount';
            inputcount.value = armycount;
            
            bigtd.appendChild(document.createTextNode("  "+armyname+"   數(shù)量:"+armycount));
            bigtd.appendChild(inputid);
            bigtd.appendChild(inputcount);
               }

          只有注冊用戶登錄后才能發(fā)表評論。


          網(wǎng)站導(dǎo)航:
           
          主站蜘蛛池模板: 大理市| 扬州市| 舞阳县| 定日县| 津南区| 万全县| 自治县| 宾阳县| 九台市| 拉孜县| 闵行区| 黎平县| 神池县| 长垣县| 资兴市| 格尔木市| 垣曲县| 汾西县| 诏安县| 新余市| 玉环县| 郎溪县| 康保县| 都安| 广宁县| 兴国县| 怀柔区| 玉树县| 邛崃市| 孟州市| 手机| 剑河县| 右玉县| 精河县| 饶平县| 汪清县| 永嘉县| 石门县| 治多县| 行唐县| 石城县|