Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IE object and encoding
Message
 
To
05/07/2004 18:11:43
Fabian Belo
Independent Developer
Argentina
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00920838
Message ID:
00920858
Views:
20
Fabian, thanks.
I am afraid I cannot go this way.
Further I need to work with the page, programmatically login, clicking buttons, etc. So I need to use IE object methods and properties like ...getelementsbytagname, ...value or ....title, and they all seems return "????" instead of proper characters if the encoding was nor set properly. Any other ideas?

>Hi Yuri;
>
>Saving it as HTML file it will keep everything:
>
>
>Declare Long URLDownloadToFile in "urlmon";
>Long pCaller,;
>String szURL,;
>String szFileName,;
>Long dwReserved,;
>Long lpfnCB
>
>url="http://www.foxclub.ru"
>localfilename="c:/PaginaActualizada.html"
>ngRetVal = URLDownloadToFile(0, URL, LocalFilename, 0, 0)
>? ngRetVal
>
Previous
Reply
Map
View

Click here to load this message in the networking platform