Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HTML string decode
Message
De
22/11/2008 01:48:57
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01347322
Message ID:
01363633
Vues:
24
Hi Christof, I believe (?) you meant the last line to be:
? oIE.Document.body.innerText
-Mark

>Hi Denis,
>
>>How can I programmatically convert to text a strings like "ä" ?
>
>You can let Internet Explorer do the work for you:
>
>oIE = CreateObject("InternetExplorer.Application")
>oIE.Navigate("about:blank")
>oIE.Document.body.innerHTML = "ä"
>? oIE.Document.body.innerHTML
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform