델파이/팁
DOM OBJECT
Agile
2012. 11. 7. 17:00
HTMLAnchorElementClass
HTMLFormElementClass
HTMLGenericElementClass
HTMLInputElementClass
HTMLTextAreaElementClass
document.all("para1").innerHTML = "I am the text in <B>this</B> element."
' The preceding line changes the innerHTML for the para1 object as follows:
' Original HTML code
<P ID=para1>I am the text in <I>this</I> element.</P>
' New HTML code
<P ID=para1>I am the text in <B>this</B> element.</P>[출처] 동적 컨텐츠(Dynamic Content) 이해하기|작성자 TCube