Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HTML getting switched?
Message
 
 
À
15/04/2003 12:02:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00777574
Message ID:
00777867
Vues:
36
>Hi Sergey,
>My God, you are a fountain of knowledge.
>I didn't study the document you refered me to, because my gut tells me it won't work.
>I'm trying to read the HTML produced by a CGI file, so there is no HTML file to download.
>If I'm wrong, please let me know.

It doesn'y matter how HTML page is generated. Try
DECLARE INTEGER URLDownloadToFile IN urlmon; 
        INTEGER, STRING, STRING, INTEGER, INTEGER
lcRequest = "HTTP://www.microsoft.com"
lcTargetFile = "Htmltest.txt"
?URLDownloadToFile (0, lcRequest, lcTargetFile, 0,0)
Modify Command (lcTargetFile) NOWAIT
>
>Is there any way to know how Webrowser control is going to reformat the HTML?
>Can I depend on the reformatting to always be the same?
>After you see my reply to your question about the FOR EACH loop crashing, you'll see that
>I'm looking for a particular line in the source code, so I'm concerned about the Webrowser
>reformatting it.

I don't know how Webrowser control reformats HTML but I would expect that it should be consistent.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform