Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Page Publisher:
Update date/time stamp??

 

 


JamesKB
User

Dec 31, 2005, 8:00 PM

Post #1 of 2 (1511 views)
Shortcut
Update date/time stamp?? Can't Post

By setting the "Add meta generator tag" in the options, the date/time stamp of changes is added as a comment at the top of the raw html of the page.

Is there anyway to capture that ifnormation so it can be displayed on the page????? This sure would be nice.

Any one responding to this, would you also send your response to jameskb@jkbsystems.com Thanks

Have a nice day....
--
JamesKB


Cliff
Staff


Jan 2, 2006, 1:18 PM

Post #2 of 2 (1484 views)
Shortcut
Re: [JamesKB] Update date/time stamp?? [In reply to] Can't Post

Hi James,

Thanks for posting.

While I wasn't able to find a way to do this in Page Publisher, I did find some JavaScript that will give you the same result:


Code
<script language="Javascript"> 
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

var default_date = "7/26/00"
var lm = document.lastModified

if (Date.parse(lm) == 0) {
lm = default_date
}

document.write("Last Modified on: " + lm)
//-->
</script>


Give that a try, it should give you the effect that you are looking for Smile
Regards,
Cliff Stefanuk - Customer Service Manager
[email]support@interactivetools.com[/email]