Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ie in foxpro
Message
From
11/04/2002 15:52:07
 
 
To
11/04/2002 12:40:57
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00643805
Message ID:
00643927
Views:
9
>i couldn't find how to pass the url to this object to make it work. I looked at the VFP Samples with VFP7 and stuff on MSDN but couldnt get it to work. All i'm doing is telling (hopefully) ie to open in a foxpro window, navigate to the sight of choice, then download the source to a table. Any other ideas? This is driving me nuts. Thanks allot for the help.
>
>Thanks
>
>TomW

Try This:

oie = CREATEOBJECT([InternetExplorer.Application])
oie.Navigate2("www.microsoft.com")

*** Need to check the busy status so you know when it is done loading.

opage = oie.Document
?opage.body.innerHTML

opage = .F.
oie.quit()
release oie, opage


HTH
Fred Lauckner

You know, it works on my computer. I don't know what your problem is.

.Net aint so bad.
Previous
Reply
Map
View

Click here to load this message in the networking platform