Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to copy data from Web Browser to VFP ?
Message
De
03/10/2002 15:16:00
Thomas Ganss (En ligne)
Main Trend
Frankfurt, Allemagne
 
 
À
03/10/2002 13:24:30
Thomas Ganss (En ligne)
Main Trend
Frankfurt, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00707341
Message ID:
00707502
Vues:
23
just continue the program:

for lnRun = 1 to loAll.length
? loall[m.lnRun].OuterHtml
next

other interesting options would be
innerText, innerHTML and so on.

the trick still is to know not
only the object model of IE but
the recursive layout of the Tags.

Depending on the task i play around
in the debugger (works better in VB...),
use a simple self-written "displayer",
read the html itself or impoert it into
an HTML-Editor - no real rule here <g>.

If you want to change and save the HTML
that works as well, but has a few other
traps to trip you up.

HTH

thomas
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform