當前位置:編程學習大全網 - 網站源碼 - 在repeater中使用控件 dropdownlist,為什麽頁面上顯示的id與服務器端設置的ID不壹樣

在repeater中使用控件 dropdownlist,為什麽頁面上顯示的id與服務器端設置的ID不壹樣

<!-- js -->

var list=new Array();

var listIpt=document.getelementsByTagName("input");

function SelAll()

{

for(var i=0;i<listIpt.length;i++)

{

list[i]=listIpt.id;

}

}

  • 上一篇:為什麽QQ天氣和華為天氣不壹樣?
  • 下一篇:什麽是***享軟件其源代碼向世人公開
  • copyright 2024編程學習大全網