Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Run page.asp without browse.
Message
 
 
À
26/03/2004 09:54:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00889952
Message ID:
00890069
Vues:
17
Lazaro,

You could use a nonvisible instance of IE:
oIE = createobject( "internetexplorer.application" )
oIE.Navigate( "www.google.com" )
do while oie.Busy()
   doevents
enddo
loDoc = oIE.Document && get the Document object
loForm = loDoc.forms(0) && get the first form object
loForm.Item(3).Value = "foxpro" && this is the field for the search string
loform.Submit() && submit the form
oIE.Visible = .t. && now make IE visible
>I would like of run a page in asp (program.asp) in my provider.
>
>I am using the class _HiperLinkLabel of the VFP7.0, but at run it the my browse internet explorer
>ask me the login and password to conect in proxy server.
>
>But i dont want liberate this password to my workers.
>
>How execute program.asp in my provider without have pass by browse internet explorer ?
df (was a 10 time MVP)

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

Click here to load this message in the networking platform