آخرین تاریخ بازنشاندن صفحه :

<!-- START of Last Date Modified JavaScript -->
<!-- DESCRIPTION: This shows the user the last date this page was modified.
INSTRUCTIONS: Place this script where you want the Last Date
Modified to show up.
FUNCTIONALITY: Works in both Netscape and IE.
-->
<CENTER>
<SCRIPT LANGUAGE="JavaScript">
//Modified by CoffeeCup Software
//This code is Copyright (c) 1998 CoffeeCup Software
//All rights reserved. License is granted to a single user to
//reuse this code on a personal or business Web Site.
var dateMod = "" ;dateMod = document.lastModified ;document.write("Last Updated: "); document.write(dateMod); document.write();
// --></SCRIPT>
</CENTER>
<!-- END of Last Date Modified JavaScript -->