Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IE object and encoding
Message
 
À
05/07/2004 18:11:43
Fabian Belo
Independent Developer
Argentine
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00920838
Message ID:
00920858
Vues:
21
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
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform