Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Internet Explorer Object

Status
Not open for further replies.

dddenney

Programmer
Nov 29, 2000
41
US
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
 
HI

Current url address is in the property...
oIe.LocationUrl

Hope this helps you :) ramani :)
(Subramanian.G),FoxAcc, ramani_g@yahoo.com
 
Dan,

I've been trying to find an object diagram for IE for a VERY long time now. No one has ever answered me, and the best I've found myself was a list for IE 4.01, which can be found here:


This leads me to believe that there isn't a recent list anywhere, although I find that hard to accept. But I've pretty much given up on finding anything for versions later than 4.

Ian
 
Thanks guys. Ramani, that did the trick. Ian, I'll take what I can get. Most of those PEMs should still be useful.

Thanks again,

Dan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top