I had this perfectly functioning javascript that returned the last date modified for all the pages on my companies website, but now the asp pages return:
Last Modified Wednesday, December 31, 1969 16:00:00
all the time.
The script is:
<script language="JavaScript" type="text/javascript">
<!--
// -->
</script>
It works in Netscape on the htm pages and it works in Explorer on all pages. Does anyone know what I can use instead?
I've already tried an include and a session, Netscape displayed the same wrong date or nothing at all.
Bookmarks