Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Basic information for a visited Website
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00963189
Message ID:
00963195
Vues:
9
>You could automate this site using GET and POST
>http://www.networksolutions.com/en_US/whois/index.jhtml
>
Hi Mike,

Thanks for your repli..

But, sorry, maybe I did not make myself clear.. What I meant, was by a VFP program.. I'd like to:
oIe                             = CREATEOBJECT("InternetExplorer.Application")
sele table_with_many_providers
scan
    cwprovider                  = "www."+allt(provedor)+"."+allt(tipo)+iif(empty(pais),"","."+allt(pais))
    oIe.Navigate(cwprovider)
    nStartSeconds               = SECONDS()
    Do while type("oIE.Document")="U" AND (SECONDS()-nStartSeconds < 10)
    Enddo
    If  type("oIE.Document")="U"
	Loop
    Endif
    nStartSeconds               = SECONDS()
    Do WHILE LOWER(oIe.Document.ReadyState) <> "complete" AND (SECONDS()-nStartSeconds < 20)
    Enddo
    *
    * at this point I'd like to get (if possible) from oIe.Document object
    * Any information (from the website visited) such as IP adress number, country, state, SMTP, etc..
    * to update my 'table_with_many_providers'
    *
endscan
Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform