Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reading URL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Divers
Thread ID:
00193198
Message ID:
00194333
Vues:
20
>John,
>
>First off I don't think the phone number you posted is valid (couldn't find it at all). When I use my own number it certainly returns the correct information but doesn't parse the info correctly (get a page that says 'Your browser sent no query information'). However, if you replace the readURL() function with a TextRange object you can get it to work:
>
>
>*-- Replace
>MYHTML=readurl(OIE.document.url)
>*-- with
>oRange = oIE.document.body.CreateTextRange()
>*-- Get plain text
>lcText = oRange.text
>*-- Get HTML text
>lcHTMLText = oRange.HTMLtext
>
>
>
>Martyn


Thanks,

I'll give that a try. The number I posted was recently changed, so I entered the old one from force of habit.
John Harvey
Shelbynet.com

"I'm addicted to placebos. I could quit, but it wouldn't matter." Stephen Wright
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform