It is nice to show date and time on your page, but seconds later, that information is already old 
How can you change your MONTH DAY, YEAR HH:MM:SS on page once CFML has already been resolved? I am looking for something that would appear as if a live timer is up there and not static text.
So far, I've found that I can use
<body onload=setinterval([some command or function],XXXX)>
which would execute [command or function] every XXXX miliseconds.
The real deal would be to write the command/function which would do this ... How?
Thank you all in advance;
josel If you have the knowledge, consult and educate those who need it! - Jose Lerebours
How can you change your MONTH DAY, YEAR HH:MM:SS on page once CFML has already been resolved? I am looking for something that would appear as if a live timer is up there and not static text.
So far, I've found that I can use
<body onload=setinterval([some command or function],XXXX)>
which would execute [command or function] every XXXX miliseconds.
The real deal would be to write the command/function which would do this ... How?
Thank you all in advance;
josel If you have the knowledge, consult and educate those who need it! - Jose Lerebours