user502039
user502039

Reputation:

Is there a javascript function that returns the date that a specified file was last modified?

Is there a javascript function that returns the date that a specified file was last modified? NO IFRAME! It can't have anything involved with php. Please help!

Upvotes: 1

Views: 239

Answers (2)

qwertymk
qwertymk

Reputation: 35276

document.lastModified Works for me on my Apache server

Upvotes: 0

Andreas Wong
Andreas Wong

Reputation: 60516

I don't think javascript has access to any filesystem on your client / server, so I reckon it's probably impossible. CMIIW

Upvotes: 3

Related Questions