- Home
·
- Internet/HTML
·
- Use the Microsoft Internet Control to determine when a web page was last modified.
Use the Microsoft Internet Control to determine when a web page was last modified.
Use the Microsoft Internet Control to determine when a web page was last modified.
Rate Use the Microsoft Internet Control to determine when a web page was last modified.
(2(2 Vote))
Dim strHeader As String
'set protocol to HTTP
Inet1.Protocol = icHTTP
'open URL
Inet1.OpenURL ("http://www.microsoft.com")
' Retrieve the date page was last modified
strHeader = Inet1.GetHeader("Last-modified")
MsgBox strHeader
Use the Microsoft Internet Control to determine when a web page was last modified. Comments
No comments yet — be the first to post one!
Post a Comment