JavaScript Source Code 3000: Page Details: Page Viewed Date
Page Viewed Date
I think it's always interesting to see some information about the page itself. This JavaScript will write out when the page was viewed, according to the visitor's clock.
JavaScript Source Code 3000: Page Details: Page Viewed Date Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as NotePad or SimpleText) and save (Control-s or Apple-s). The script is yours!
<!-- ONE STEP TO INSTALL PAGE VIEWED DATE:
1. Paste the coding into the BODY of your HTML document -->
<!-- STEP ONE: Copy this code into the BODY of your HTML document -->
<BODY>
<CENTER> <SCRIPT LANGUAGE="JavaScript">
<! > <! >
<!-- Begin var now = new Date(); document.write("<BR><CENTER><FONT COLOR=800000>"); document.write("<B>Page viewed at: </B></FONT> <B>"+now+"</B><BR>"); // End --> </SCRIPT> </CENTER>