Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 58369 invoked by uid 500); 10 Jul 2002 17:59:27 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 58358 invoked from network); 10 Jul 2002 17:59:27 -0000 Received: from unknown (HELO ?64.243.114.164?) (64.243.114.164) by daedalus.apache.org with SMTP; 10 Jul 2002 17:59:27 -0000 Received: from 64.243.114.162 by 64.243.114.164; Wed, 10 Jul 2002 13:59:30 -0400 User-Agent: Microsoft-Entourage/9.0.2.4011 Date: Wed, 10 Jul 2002 13:59:48 -0400 Subject: Re: JavaScript question From: Brent Baisley To: Message-ID: In-Reply-To: <1026237190.2375.63.camel@lfellows> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I looked up the lastModified command in an old Javascript book (version 1.2) I have, and here is what it says: "This value is supplied by some, but not all, web servers." The browsers may just be supplying arbitrary date values.? > On Thu, 2002-07-04 at 13:46, Glen Lee Edwards wrote: >> A client of mine is using the following JavaScript code to post to the >> web page the last time the page was updated. On IE it's showing the >> current date, even though the page was last updated a month earlier. >> On Konqueror var m is null, and on Mozilla, "January 1," (no year). >> >> Apache-2.0.39 on a Debian Linux AMD K-7 server. I'm assuming that the >> problem is the interaction between the web browser and Apache >> (document.lastModified doesn't exist?). >> >> >> >> He says that it works on his other web sites, which aren't on my server. >> >> Suggestions? >> >> Glen >> > > Glen, > > JavaScript is solely interpreted by the browser and has absolutely > nothing to do with the server. Why different browsers render JavaScript > differently has to due to their respective implementations, or failure > to implement, JavaScript. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org