Date/time of last modification for an URL 
Author Message
 Date/time of last modification for an URL

Question is in the title:

I would like to know which time my favorite URL was modified.
(I am not the owner of the Website)

I looked at FtpFindFirstFile
  but apparently you need to access the WWW with FTP (user/pwd)

Help

Thanks



Fri, 18 Jul 2003 09:24:14 GMT  
 Date/time of last modification for an URL


Quote:
> There are free internet services that will email you whenever a
> webpage you've specified has changed.

No, thanks

Quote:

> But if you want to do it yourself, checking dates isn't reliable. I
> would try pulling in the page source using the inet control

I want to perform the equivalent of
   "MicroSoft Internet Transfer Control V6"
   with .GetHeader("Last-modified")

but using API

It is probably this one, but I get something wrong

Private Declare Function InternetOpenUrl Lib "wininet.dll" _
        Alias "InternetOpenUrlA" _
       (ByVal hOpen As Long, _
        ByVal sUrl As String, _
        ByVal sHeaders As String, _
        ByVal lLength As Long, _
        ByVal lFlags As Long, _
        ByVal lContext As Long) _
        As Long



Sat, 19 Jul 2003 01:55:54 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Modification to Time and Date stamp needed

2. File Modification Date/Time - grabbing and setting

3. Read file Date/Time last modified

4. Reading last modified date time

5. Q: Getting The Date/Time Of The Last Mod Of A Sql svr Table

6. Date and time of the last update to a table's data

7. Modifying the Last Modified Date and Time

8. Last Accessed Date and Time not working

9. How do I the default page in IIS to show last file date and time

10. Compare date in form with date/time in form with date/time in database

11. Modification to last post

12. Last modification datetime

 

 
Powered by phpBB® Forum Software