Results 1 to 3 of 3

Thread: Determining Age of Another Web Page

  1. #1
    Join Date
    Oct 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Determining Age of Another Web Page

    I have a main page on a web site that includes an Iframe with current news headlines. Issue is that the Iframe source page is often stale (Old News).
    I want to be able to determine the age of the Iframe source page and if the last modified date is over 30 days old, then I want to hide the Iframe.

    Any help would be appreciated.

  2. #2
    Join Date
    Oct 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    http://uptime.netcraft.com/up/graph type in the website address at the top and hit enter it will tell u what its running on and the last modified date. hope i helped

  3. #3
    Join Date
    Oct 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Found my own answer. Insert the following for page update time.
    <!--#flastmod file="pagenamehere.html"-->

    Key point not explained on many sites is that page containing above must be named with a .shtml prefix so that the server knows to interpret the request.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •