chiyi

function SelectWindow(str) { 

initradio(\'PhysiotherapyOptionsTable.Sex\',sex);      

 function initradio(rName,rValue){
                var rObj = document.getElementsByName(rName);
                for(var i = 0;i < rObj.length;i++){
                    if(rObj[i].value == rValue){
                        rObj[i].checked =  \'checked\';
                    }
                }
            }

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
  • 2021-11-30
  • 2021-09-22
  • 2021-11-22
  • 2021-11-10
  • 2021-05-21
猜你喜欢
  • 2021-11-22
  • 2021-11-22
  • 2022-12-23
  • 2021-12-14
  • 2021-06-06
  • 2021-11-22
  • 2021-11-22
相关资源
相似解决方案