|
-
May 27th, 2016, 11:38 AM
#1
Thread Starter
Junior Member
WebBrowser - Extract SPAN ID= value
Hi,
I need to extract the SPAN ID (lblTotal - The number '10' in the HTML below) value from the following HTML and display it in a Textbox in VB6. Can some show me how to make that happen, please?
Thanks.
<TR>
<TD align="right" colspan="6">
<span id="Label1">Total</span>
<span id="lblTotal" class="omsReadOnlyAlignLeft">10</span>
</TD>
</TR>
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|