Hi, hope you can help me with this one.
If I want to get the date a page has been last modified, I can do something
like ..
document.write( "<b>Last updated: "+document.last Modified+"</b>");
Can I use this to display the date that other pages were last modified - eg
other pages on my website?
I want my index.htm to display the last modified date of other pages on the
website without me manually updating.
Thanks!
If I want to get the date a page has been last modified, I can do something
like ..
document.write( "<b>Last updated: "+document.last Modified+"</b>");
Can I use this to display the date that other pages were last modified - eg
other pages on my website?
I want my index.htm to display the last modified date of other pages on the
website without me manually updating.
Thanks!
Comment