D
Danny
I am trying to read an html file and get the info from a table. I am able
to extract the tables via
test = getelementsbytagname ("table")
then I do
for x = 1 to test(length)
msgbox x.innertext
msgbox x.innerhtml
next x
but how can I access the elements within this innertext or innerhtml.
I would like to see some of the img, td, tr tags within the table tag but I
dont know how to access them.
I would appreciate your help
Thanks
to extract the tables via
test = getelementsbytagname ("table")
then I do
for x = 1 to test(length)
msgbox x.innertext
msgbox x.innerhtml
next x
but how can I access the elements within this innertext or innerhtml.
I would like to see some of the img, td, tr tags within the table tag but I
dont know how to access them.
I would appreciate your help
Thanks