[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV Lynx and JavaScript -Reply
From: |
Scott McGee (Personal) |
Subject: |
Re: LYNX-DEV Lynx and JavaScript -Reply |
Date: |
Thu, 14 Nov 1996 13:00:56 -0700 |
I encourage the use of a javascript script in all pages created by people on
our web site. The script (as seen below [unless I forget and send this off
without it]) automatically puts the last modified date on the page. It is
not visible to lynx users, of course, but that is a minor thing, and I prefer
to have it not visible rather than incorrect.
Here's the HTML snippet that I use:
Last modified
<script>
var theDate = ""
theDate = document.lastModified
document.writeln(" ");
document.write(theDate);
document.write();
</script>
Scott
Scott McGee: Salt Lake Community College Webmaster | When in danger,
___________________________________________________| or in doubt,
Email: address@hidden (Scott McGee) | run in circles,
Web: http://www.slcc.edu/infotech/webmaster.html | scream and shout.
----------------------------------------------------------------------
My opinions do not necessarily reflect those of the College. Trust me!
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;
- LYNX-DEV Lynx and JavaScript, Philip Sinfield, 1996/11/13
- Re: LYNX-DEV Lynx and JavaScript -Reply,
Scott McGee (Personal) <=
- Re: LYNX-DEV Lynx and JavaScript -Reply, Roger Hill, 1996/11/14
- Re: LYNX-DEV Lynx and JavaScript -Reply, Doug Lawson, 1996/11/14
- Re: LYNX-DEV Lynx and JavaScript -Reply, Filip M Gieszczykiewicz, 1996/11/14
- Re: LYNX-DEV Lynx and JavaScript -Reply, Doug Lawson, 1996/11/15
- Re: LYNX-DEV Lynx and JavaScript -Reply, Filip M Gieszczykiewicz, 1996/11/15
- Re: LYNX-DEV Lynx and JavaScript -Reply, Doug Lawson, 1996/11/16
- Re: LYNX-DEV Lynx and JavaScript -Reply, Doug Lawson, 1996/11/16
LYNX-DEV Helper apps, Wayne Buttles, 1996/11/16