From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HTML GetTags ActiveX

Hi All,

 

If I have am able to retrieve an html object through getelementbyid is there away to get the tags associated with that object?

0 Kudos
Message 1 of 3
(1,675 Views)

I'm basically trying to recreate this in labview

 

document.getElementById("myDIV").getElementsByTagName("P").length;

 

I can get to the getelementbyID but i am having issues connecting to the getElementsByTagName method.  Any ideas?

0 Kudos
Message 2 of 3
(1,594 Views)

See attached image,

 

Having trouble linking those two parts

0 Kudos
Message 3 of 3
(1,587 Views)