2012. 3. 20. 11:00
[javascript] 객체 타입 object htmlCollection 접근
2012. 3. 20. 11:00 in -=-= 컴퓨터 =-=-/웹프로그래밍
var endDateYear = oPopup.document.getElementsByName("selYearEnd");
var endDateMonth = oPopup.document.getElementsByName("selMonthEnd");
endDateYear.namedItem('selYearEnd').value
endDateMonth.namedItem('selMonthEnd').value,
참조주소
http://www.coursevector.com/dommanual/dom/html/objects/HTMLCollection.html
var endDateMonth = oPopup.document.getElementsByName("selMonthEnd");
endDateYear.namedItem('selYearEnd').value
endDateMonth.namedItem('selMonthEnd').value,
참조주소
http://www.coursevector.com/dommanual/dom/html/objects/HTMLCollection.html
'-=-= 컴퓨터 =-=- > 웹프로그래밍' 카테고리의 다른 글
스트러츠2 인코딩 환경설정 (0) | 2012.05.07 |
---|---|
[JAVASCRIPT] parseInt(값) 과 parseInt(값,10) 차이 (0) | 2012.04.04 |
자바스크립트 예제소스 모음 링크 (0) | 2012.03.14 |
html을 excel 다운시 서식설정법 (0) | 2012.01.25 |
텍스트박스 천단위 콤마 찍기(이벤트 응용) (0) | 2012.01.25 |