Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Screen scraping from a web page
Message
De
05/12/2007 14:36:45
 
 
À
05/12/2007 14:07:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01273270
Message ID:
01273381
Vues:
15
>Do you have any code that you could share that resembles this?

Quick test as an example. Assuming the webbrowser control is named wb:
THISFORM.wb.Navigate2("http://www.sunbiz.org/jlilist.html")
THISFORM.Wb.DOCUMENT.ALL("debtor_name").VALUE = "PHILLIPS"
submitbutton = THISFORM.Wb.DOCUMENT.ALL("submit")
submitbutton.CLICK()
should get you the initial list. Looking at the source code of the resulting page should give you a guide to the next step. If you're stuck let me know - I can look a bit closer in the morning.
HTH,
Viv
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform