Click here to Skip to main content
15,913,027 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to get the "Last Update" of my HTML file? Pin
Megan Forbes24-Nov-02 23:29
Megan Forbes24-Nov-02 23:29 
GeneralRe: How to get the "Last Update" of my HTML file? Pin
Daniel Strigl24-Nov-02 23:37
Daniel Strigl24-Nov-02 23:37 
GeneralRe: How to get the "Last Update" of my HTML file? Pin
Stephane Rodriguez.24-Nov-02 23:50
Stephane Rodriguez.24-Nov-02 23:50 
GeneralRe: How to get the "Last Update" of my HTML file? Pin
Daniel Strigl25-Nov-02 0:19
Daniel Strigl25-Nov-02 0:19 
GeneralRe: How to get the "Last Update" of my HTML file? Pin
Megan Forbes24-Nov-02 23:52
Megan Forbes24-Nov-02 23:52 
GeneralRe: How to get the "Last Update" of my HTML file? Pin
Daniel Strigl25-Nov-02 1:27
Daniel Strigl25-Nov-02 1:27 
GeneralRe: How to get the "Last Update" of my HTML file? Pin
Sarvesvara (BVKS) Dasa25-Nov-02 21:35
Sarvesvara (BVKS) Dasa25-Nov-02 21:35 
AnswerRe: How to get the "Last Update" of my HTML file? Pin
Stephane Rodriguez.24-Nov-02 23:48
Stephane Rodriguez.24-Nov-02 23:48 
Last page update :
<script language="Javascript">
document.write (document.lastModified);
</script>


If you use this client-side script from a local web filepage, it returns the actual last modified date property of this file. If you use it through a real web server, it returns the HTTP header last-modified value.


If the date format is not nice enough for your needs, remember that document.lastModified is a string, and you can use RegExp on it to perform all kind of fancy replacements. Warning : locale issues.
GeneralRe: How to get the "Last Update" of my HTML file? Pin
Daniel Strigl25-Nov-02 1:27
Daniel Strigl25-Nov-02 1:27 
QuestionWhat to choose?? Pin
Sarvesvara (BVKS) Dasa24-Nov-02 18:53
Sarvesvara (BVKS) Dasa24-Nov-02 18:53 
AnswerRe: What to choose?? Pin
Roger Wright24-Nov-02 19:30
professionalRoger Wright24-Nov-02 19:30 
GeneralRe: What to choose?? Pin
Sarvesvara (BVKS) Dasa25-Nov-02 2:36
Sarvesvara (BVKS) Dasa25-Nov-02 2:36 
AnswerRe: What to choose?? Pin
Megan Forbes24-Nov-02 20:03
Megan Forbes24-Nov-02 20:03 
GeneralRe: What to choose?? Pin
Roger Wright24-Nov-02 20:35
professionalRoger Wright24-Nov-02 20:35 
GeneralRe: What to choose?? Pin
Sarvesvara (BVKS) Dasa25-Nov-02 2:40
Sarvesvara (BVKS) Dasa25-Nov-02 2:40 
GeneralMail from SITE Pin
Sarvesvara (BVKS) Dasa23-Nov-02 19:47
Sarvesvara (BVKS) Dasa23-Nov-02 19:47 
GeneralRe: Mail from SITE Pin
Megan Forbes23-Nov-02 20:18
Megan Forbes23-Nov-02 20:18 
GeneralRe: Mail from SITE Pin
Sarvesvara (BVKS) Dasa24-Nov-02 18:25
Sarvesvara (BVKS) Dasa24-Nov-02 18:25 
GeneralRe: Mail from SITE Pin
Sarvesvara (BVKS) Dasa25-Nov-02 2:42
Sarvesvara (BVKS) Dasa25-Nov-02 2:42 
GeneralRe: Mail from SITE Pin
Vasudevan Deepak Kumar25-Nov-02 3:07
Vasudevan Deepak Kumar25-Nov-02 3:07 
GeneralRe: Mail from SITE Pin
Sarvesvara (BVKS) Dasa25-Nov-02 19:23
Sarvesvara (BVKS) Dasa25-Nov-02 19:23 
GeneralNeed help with IIS/ASP Pin
JazzyJack23-Nov-02 1:01
JazzyJack23-Nov-02 1:01 
GeneralRe: Need help with IIS/ASP Pin
Roger Wright23-Nov-02 6:39
professionalRoger Wright23-Nov-02 6:39 
GeneralRe: Need help with IIS/ASP Pin
JazzyJack24-Nov-02 1:15
JazzyJack24-Nov-02 1:15 
GeneralRe: Need help with IIS/ASP Pin
Roger Wright24-Nov-02 16:53
professionalRoger Wright24-Nov-02 16:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.