vb6.0/vba [vb6.0/vba] Web Browser(Internet Explorer) html Document xPath
페이지 정보
본문
- 이전글[vba] 아는것이 힘이다 - 2중 및 다중 중첩 For문의 활용 20.10.02
- 다음글[vba] Exec() 사용시 명령 프롬프트 창 숨기기( Hide command prompt window when using Exec()) 20.09.22
댓글목록
하나를하더라도최선을님의 댓글
하나를하더라도최선을 작성일
요소의 값들을 가져오는 방법!!
검증안됨 추후 필요시 검증 후 사용
{code:js}
HTML.getElementById("popup").Style.cssText
HTML.getElementById("popup").innerHTML
HTML.getElementById("popup").getAttribute("style")
HTML.getElementById("popup").getAttribute("style").cssText
HTML.getElementById("popup").getAttribute("style",0)
HTML.getElementById("popup").getAttribute("style",0).cssText
HTML.getElementById("popup").Style.Visibility
{/code}