Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web Browser Control
Message
De
12/04/2002 11:44:43
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00643929
Message ID:
00644351
Vues:
9
thisform._web.Navigate2("www.sitename.com")

WAIT WINDOW "" TIMEOUT 5
DO WHILE thisform._web.Document.ReadyState <> "complete" AND (SECONDS()-nStartSeconds < 20)
ENDDO

thisform._web.document.forms(0).Username.Value = lcUsername
thisform._web.document.Forms(0).Password.Value = lcPassword
thisform._web.document.Forms(0).submit(lcUsername, lcPassword)
WAIT WINDOW "" TIMEOUT 5

***It works until this point - I've seen three pages by this point - about:blank, login page, home page

SELECT artists

thisform.lblCurrent.Caption = "Overall"
thisform._web.navigate2("http://www.sitename.com/Charts.asp")

****Now it doesn't do anything more
it's not dead though
thisform._web.refresh does reload the page (Just not the one I want - http://www.sitename.com/Charts.asp) It just reloads the home page.

The select didn't change the results - Sorry.

Thanks a bunch
TomW
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform