C
Curtis
I get this system error randomly when I run my application that scraps a
webpage for its content. It occurs on the following lines of code:
'Get all the TR elements in the page
colTR = elmBody2.getElementsByTagName("TR")
For I = 0 To colTR.length - 1
elmTR = DirectCast(colTR.item(I), IHTMLElement)
Does anyone have any ideas of why this would be occuring?
Thanks,
Curtis
webpage for its content. It occurs on the following lines of code:
'Get all the TR elements in the page
colTR = elmBody2.getElementsByTagName("TR")
For I = 0 To colTR.length - 1
elmTR = DirectCast(colTR.item(I), IHTMLElement)
Does anyone have any ideas of why this would be occuring?
Thanks,
Curtis