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
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