Referencing frames on ms-Webbrowser activex

S

Silvester

Hi,

I use a ms-Webbrowser activex on my A2000 form to simulate a limited browser
set to a default internet webpage.

The webpage has frames and I would like to capture the url that the user
selects on that frame for further screenscraping and data extraction into my
table.

How do I reference the frame name to reference the webpage url in the frame
?

eg:
Me!ActiveXCtl2.Navigate "http://weatheroffice.ec.gc.ca/canada_e.html"

msgbox me!ActiveXCtl2.Frames("framename").Document.value

doesn't work, of course.

TIA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top