관리 메뉴

PC Geek's

메모) HTMLElement innerHTML Property / getElementById() Method 본문

프로그램

메모) HTMLElement innerHTML Property / getElementById() Method

http://www.w3schools.com/jsref/prop_html_innerhtml.asp

http://www.w3schools.com/htmldom/dom_methods.asp


< .. id="xxx">



<script language=javascript>


document.getElementById('xxx').innerHTML = "블라블라블라"


또는


var yyy = document.getElementById('xxx')

var zzz = yyy.innerHTML


zzz를 갖고 이것저것


yyy.innerHTML = zzz


</script>



이 글과 같은 분류글목록으로 / 최신글목록 이동
Comments
Viewed Posts
Recent Comments
Recent Posts