IE7 에서 javascript 작업 CheckBox 의 checked=true 체크 하지 않 는 해결 방법

 
var chkbox = document.createElement("INPUT");
chkbox.type = "checkbox";
chkbox.checked=true;
lnk.parentNode.appendChild(chkbox);
이상 코드 가 IE7 에서 생 성 된 Checkbox 는 올 바 르 게 체크 할 수 없습니다.chkbox 컨트롤 이 초기 화 되 지 않 았 기 때 문 입 니 다.

좋은 웹페이지 즐겨찾기