Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to programmatically sign-in into web site ?
Message
From
12/02/2010 08:42:30
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
12/02/2010 07:25:05
Deepak Chopra
IBM Global Services India Pvt. Ltd.
Pune, India
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01324110
Message ID:
01448907
Views:
88
>Thanks a ton. it is working fine. How to save the result set in a file locally?

You have the loIE.Document - which has a ton of properties, the whole DOM under it... you can pick elements, and their properties, many of which are text, and just strtofile(loIE.document.SomeElementNameGoesHere.innerhtml, "some file.txt"), or store them in variables etc etc.

IOW, you have an object containing a whole hierarchy of objects, many of which have several versions of their pieces of the webpage (.innerHTML, .outerHTML, .text). Use intellisense to find these pieces, or (even easier), open the same page in Firefox with Firebug plugin installed, and use Firebug as your debugger and inspector, to see the names, IDs or whichever attributes these elements have.

The main door is open, now you search the rooms...

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform