Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check if URL exists
Message
De
28/12/2005 13:55:08
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01081183
Message ID:
01081375
Vues:
7
>>>>Hello,
>>>>
>>>>Does anyone knows how to check if an entered URL exists ?
>>>>
>>>>Thanks...
>>>
>>>Here is my InternetOK function, I guess you can use it if you change the URL
>>>Function InternetOK
>>>#define FLAG_ICC_FORCE_CONNECTION 0x01
>>>
>>>DECLARE INTEGER InternetCheckConnection IN wininet STRING lpszUrlSTRING, INTEGER dwFlags, INTEGER dwReserved
>>>myFastLoadedSite = "http://www.dir.bg"
>>>Return InternetCheckConnection(myFastLoadedSite,FLAG_ICC_FORCE_CONNECTION,0)=1
>>>
>>
>>What condition would this function return True even when the URL invalid? I tested it, and is returning True on non-existing URLs.
>
>Hi Greg,
>The function return .t. when the URL exist.
>I test and for me works.

It must have something to do with our firewall here. For some stupid reason all network traffic seems to be bounce across the country to Nashville (HQ). Sorry :-)
Greg Reichert
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform