I am having trouble with the output from this code.
<!-- Begin
var m = "Page Updated " + document.lastModified;
var p = m.length-8;
document.writeln("<right>");
document.write(m.substring(p, 0));
document.writeln("</right>");
// End -->
it out puts a date like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.