vba - Count tags in web page HTML code -




how can count number of tags in html web site code?
try use code:

f=ie.document.getelementsbytagname("p")  msgbox f.count  

but not work

$("p").length 

if want count tags in html page use jquery ".length" gives length of tags in html page.





wiki

Comments

Popular posts from this blog

elasticsearch - what is the equivalent data type for geo_point in hibernate search? -

firebase - How to wait value in Ionic 2 -

Jenkins: find build number for git commit -