
Examining a web browser document
If you reference mshtml.tlb (IE 5) or mshtml.dll (IE 4), you can access a
lot of properties, including links, forms, frames, document.body, etc. You
can easily find these properties/events using the object browser (F2).
For more information visit: http://vbpoint.cjb.net/
--
Stephan
My site: http://www.casema.net/~dolman/s/
FREE discover how to make $5000 a week:
http://www.secrets2success.com/special31270/
FREE VB Source: http://vbpoint.cjb.net/
Quote:
> Is there any way to get info from a web page that is showing in my web
> browser? I know that I can use Inet to download a page and then examine
> it, but how do I do it to the web page that is showing in my browser
> window? I could just cut and paste, but I'd prefer to have my program
> get the desired info from the page.