Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to copy data from Web Browser to VFP ?
Message
From
03/10/2002 15:16:00
 
 
To
03/10/2002 13:24:30
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00707341
Message ID:
00707502
Views:
21
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform