Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Link to Website
Message
From
23/09/2003 09:13:28
 
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00826860
Message ID:
00831435
Views:
22
>If you want more control over the Browser you can create an IE object and manipulate it as well.
>
>
>oIE = CREATEOBJECT("InternetExplorer.Application")
>oIE.Navigate("www.google.com")
>oIE.visible = .T.
>
>*** You can then access the body thru something like this
>oDoc = oIE.Document
>lcPageSource = oDoc.body.innerHTML
>* ...
>
>>I know there is a simple API call to pull up the browser and a web site link. I had the code printed out and can not find it now. Can someone send me the API call to do this again.
>>
>>Thanks

______________________________________________________________
This was the simple easy way I was looking for. Hey, what exactly can you do with the object once it is created using this method? Where can I find additional options to use once the object is created? Can you do more with the shellexecute once the site is brought up? Can someone give me a comparison on these and maybe provide me with a link where I can get extra options possible to use with each?

Thanks
``` Appreciate a normal day, it is always better than a bad one ```

Kev
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform