OK, I've mastered opening IE as an object.
Now I need to return text from the documnet as a string.
I have a variable string 'strX' which will also appear in my oblect source code. I need to find it in my IE object and return the text following (perhaps innerText?)
Any idea how to searcht he document and get htis back?
Snippets:
xxxxxxxxxxxxxxxxxxxxx = strX
<TD noWrap></TD>
<TD noWrap>xxxxxxxxxxxxxxxx</TD>
<TD>
<table border=0 width="100%" cellspacing=0 cellpadding=0>
<tr><td width="99%">This is the text I need to return as a string.</td>
</tr></table>
</TD>
<TD noWrap>3/8/2004 11:02:10 AM</TD>
Now I need to return text from the documnet as a string.
I have a variable string 'strX' which will also appear in my oblect source code. I need to find it in my IE object and return the text following (perhaps innerText?)
Any idea how to searcht he document and get htis back?
Snippets:
xxxxxxxxxxxxxxxxxxxxx = strX
<TD noWrap></TD>
<TD noWrap>xxxxxxxxxxxxxxxx</TD>
<TD>
<table border=0 width="100%" cellspacing=0 cellpadding=0>
<tr><td width="99%">This is the text I need to return as a string.</td>
</tr></table>
</TD>
<TD noWrap>3/8/2004 11:02:10 AM</TD>