Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browser Control
Message
 
 
À
25/11/2002 16:17:33
Mike Sue-Ping
Cambridge, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Divers
Thread ID:
00726658
Message ID:
00726823
Vues:
17
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?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform