Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Launch Internet Explorer
Message
From
08/03/2003 13:57:18
 
 
To
08/03/2003 13:48:41
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00763300
Message ID:
00763307
Views:
16
hi Hilmar

to tell you the truth - i have no clue. BUT, i just assumed that the properties and methods are the same as in the MS WebBrowser ActiveX. And sure enough just like you 'Navigate()' in the activeX it works also with the automation server. So i think the others will too, but i have not tried it.

>>>What is the simplest syntax to launch Internet Explorer with a specific web address?
>>
>>try this:
>>
>>oIE = CreateObject("InternetExplorer.Application")
>>oIE.Navigate("http://www.royalimpact.com/mm/index.html")
>>oIE.Visible = .t.
>>
>>
>>hope this helps
>
>Do you know where I can find information about the IE object model? In case I want to do additional Automation tasks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform