Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

lastModified - using with a different page

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
On my main page (index.html) I have links to various sections of my website. I want to display on index.html the date and time when each section of my website was last modified.

Obviously I need to use lastModified but if I use document.lastModified, this only gives me the time/date of index.html itself. This is not what I want.

 
sorry you can't dynamically do this in JS. :(

Do this kind of stuff on the server side and use JS to complement the server side. Gary Haran
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top