Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browser Control
Message
From
26/11/2002 08:16:47
Mike Sue-Ping
Cambridge, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00726658
Message ID:
00726911
Views:
32
Thanks for the reply David. I'll give it a try.

Mike

>Mike,
>
>
oIE = createobject( "internetexplorer.application" )
>oIE.Visible = .t.
>oIE.Navigate( "about:blank" )
>oDoc = oIE.Document
>oDoc.Body.InnerHTML = "<html><body>test</body></html>"
>
>
>>I'm using the browser activeX control on a VFP form. I create html files then I call the browser's Navigate2 method passing the html file to be displayed in the browser control. This all works fine.
>>
>>Now I'm thinking of eliminating the html files completely. I thought that I read somethere that it was possible to "stream" html to the browser control and it would render it. Can anyone shed some light on this for me?
Previous
Reply
Map
View

Click here to load this message in the networking platform