Based on a quick test, a Date And Time component located
in a Shared border seems to display the date the shared
border was updated, and not the date the main page was
updated.
For ordinary HTML pages, the following script will display
the date of the main page, no matter where you put it.
<script>document.write(document.lastModified);</script>
For ASP and ASP.NET pages, though, the preceding script
will always show the current date. That's because the Web
server creates a new version of the page every time a
visitor requests it. So, for those kinds of pages, you
need to write some code that runs on the server, gets the
file system date, and displays it.
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
>-----Original Message-----
>I've always had a date/time component on my pages to show
when they were
>last updated.
>
>It seems to me I've been using the date in the border
method for quite some
>time (years?) and I seem to recall the date shown on a
page on the web was
>the date that the particular page was updated. However,
lately it
>appears that every page has the exact same date and I
know I didn't update
>every page on that day.
>
>If I put the component in a bottom border, will the date
displayed be the
>date
>of the last border update or the date of the particular
page that the
>border is
>currently displayed with?
>
>
>mike
>
>
>.
>