After we create the IE object, by using:
oIE = CREATEOBJECT([InternetExplorer.Application])
and navigate to whatever page using:
oIE.navigate("
We would like to be able see what page the user has navigated to. Is there a property that shows what the current URL is? Also does anybody know of any website that lists all of the properties and methods of the IE object for access by either VFP or VB?
Thanks in advance,
Dan
oIE = CREATEOBJECT([InternetExplorer.Application])
and navigate to whatever page using:
oIE.navigate("
We would like to be able see what page the user has navigated to. Is there a property that shows what the current URL is? Also does anybody know of any website that lists all of the properties and methods of the IE object for access by either VFP or VB?
Thanks in advance,
Dan