canberrasnag
Programmer
I have this table:
<TR class=tblwhite>
<TD WIDTH='16%' ALIGN='center' valign='top' class='tblwhite'>0.8200</TD>
The table is inside a form, so I can parse the objects inside the form....
But how can I extract the 0.820 ?
it is only text inserted on the page.
It isn't the value attribute.
<TR class=tblwhite>
<TD WIDTH='16%' ALIGN='center' valign='top' class='tblwhite'>0.8200</TD>
The table is inside a form, so I can parse the objects inside the form....
But how can I extract the 0.820 ?
it is only text inserted on the page.
It isn't the value attribute.