04-01-2020 08:02 PM
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?
04-16-2020 08:58 PM
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?
04-17-2020 07:45 PM
See attached image,
Having trouble linking those two parts