lynx-dev
[Top][All Lists]
Advanced

[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.
;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]