-1
<span class="odometer-value">0</span>
That is the code.
I need to take the "0" result and put it on a label.
But sometimes you can have ex: 10 (2 numbers) and the code will be:
<span class="odometer-value">1</span>
<span class="odometer-value">0</span>
That is 2 separate span class.
You can take all the Span Class "odemeter-value" and play it all for one label?
Thank you for your attention.
You will read this code from a Webbrowser?
– fnightangel
The webbrowser needs to be present yes, but is in enable=off
– Kleyner
In case a button would have to use Webbrowser1.Getelementbyid take all span/class equal and give me the result in a textbox or label.
– Kleyner