• function clearAll(name)
  • {
  • var myCheckBox= document.getElementsByTagName('input');
  • for(var i=0; i<myCheckBox.length; i++)
  • {
  • if((myCheckBox[i].type=="checkbox")
  • {
  • myCheckBox[i].checked = false;
  • }
  • }
  • }
  •  

    arrow
    arrow
      全站熱搜

      welkingunther 發表在 痞客邦 留言(0) 人氣()