Home | Products | Consulting | Forums | Support | Order | 1-800-752-0455
  Main
Index
Search
Posts
Who's
Online
Log
In

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

 

 


JamesKB
User

Dec 31, 2005, 8:00 PM

Post #1 of 2 (826 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....
--
James


Cliff
Staff


Jan 2, 2006, 1:18 PM

Post #2 of 2 (799 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
support@interactivetools.com

 
 
 


Search for (options)
Products
CMS Builder
Article Manager
Realty Manager
Listings Manager
Order Now
Services
Priority Consulting
Support
Online Documentation
Support Forums
Support Homepage
Company Info
12 reasons to choose us!
Meet the team
Monthly newsletter
Contact Us
Toll Free: 1-800-752-0455
Phone: (604) 689-3347
Sales | Support
Conditions of Use | Privacy Policy | Copyright © interactivetools.com 2008
#201 - 2730 Commercial Drive, Vancouver BC Canada V5N 5P4