Link to home
Start Free TrialLog in
Avatar of bail3yz
bail3yz

asked on

Get info from webpage via webbrowser VB

On the webpage theres code like this


<DT>Number of dogs: </DT>
<DD id=r_dogs></DD>
<DT>Number of cats: </DT>
<DD id=r_cats></DD>

on the page it shows the value of the variables, but in the source it just says id=r_dogs etc..

is there anyway to get the value of r_dogs without  copying the text once its visible on the page?

ie is there something like this

        Set HTML = Form1.WebBrowser1.Document
        MsgBox HTML.All.Item("r_dogs").Value  ? (note this doesnt work lol)


ASKER CERTIFIED SOLUTION
Avatar of Luis Pérez
Luis Pérez
Flag of Spain image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
What is the url of the page in question ?
Avatar of bail3yz
bail3yz

ASKER

the url is a paid site, so you can not view the page I need assistance with unless you have a paid membership unfortunately