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 18:36:37
 
 
To
03/10/2002 17:34:59
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00707341
Message ID:
00707603
Views:
14
This message has been marked as the solution to the initial question of the thread.
For a first try it is always useful
to try the names of the HTML-properties.

for the previous example:
for lnRun = 0 to loIE.document.all.length-1
*-- zero based Collection
loTag = loIE.document.all.item[m.lnRun]
? lnRun, loTag.Outerhtml
if lnrun = 9
? "!!!!!!!!!",
? lotag.name
? loTag.Type
? loTag.Value
endif
next

using VB to check in the debugger is very easy,
in VFP IMHO it is better to list out tagname/indexno
and work from there.

HTH

thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform