Click here to Skip to main content
15,909,591 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Need advice... Pin
Not Active27-Nov-02 11:48
mentorNot Active27-Nov-02 11:48 
GeneralRe: Need advice... Pin
Sarvesvara (BVKS) Dasa27-Nov-02 18:40
Sarvesvara (BVKS) Dasa27-Nov-02 18:40 
QuestionHow to get the "Last Update" of my HTML file? Pin
Daniel Strigl24-Nov-02 23:10
Daniel Strigl24-Nov-02 23:10 
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 
lol - sorry, document.write was automatically changed to ASP response.write by my Monday morning brain Poke tongue | ;-P

In Javascript you can say this

date=new Date();
day=date.getDate();
year=date.getYear();
month=date.getMonth();

then document.write them as a string with whatever you want inbetween in the string (/ or - or whatever), and put that into a variable which stores it till the next time you update.

Smile | :) HTH





I knew it would end badly when I first met Chris in a Canberra alleyway and he said 'try some - it won't hurt you'..... - Christian Graus on Code Project outages

A moment of silence please. A programmer's best friend has passed beyond that great exception in the sky.... - Mark Conger on "The coffee machine has died"
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 
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 

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.