« July 2006 »
S M T W T F S
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31

You are not logged in. Log in
Open Community
Post to this Blog

Helpful Links
Angelfire Home
Register Your Domain
Angelfire's Twitter
Angelfire's Facebook

Angelfire Club Blog
Need assistance and ideas from fellow Angelfire members to help build and manage your website? You've come to the right place!
To join this Community Blog, you must be an Angelfire member. Just click the "Join this Community" link, and start posting immediately.

Hint: When posting, select a topic that most relates to your question. (News, FrontPage, HTML Questions, etc...) This will help to keep the blog organized for everyone.

View Latest Entries

Thursday, 6 July 2006
Show "last updated" when web pages are updated.
Mood:  quizzical
Topic: HTML Questions
Anyone know the code to show "last updated" on our angelfire pages? I know there is a way to do it because they use the include on our blogs. I just need the code to integrate it into my regular web pages.


Posted by Daymon at 3:05 PM EDT | Post Comment | View Comments (3) | Permalink | Share This Post

Thursday, 6 July 2006 - 11:05 PM EDT

Name: md/jdfaq

try this if it doeasn't work let me know, put ot anywhere on the page
<CENTER>
<SCRIPT LANGUAGE="JavaScript">
var dateMod = "" ;dateMod = document.lastModified ;document.write("Last Updated: "); document.write(dateMod); document.write();
</SCRIPT>
</CENTER>

Saturday, 8 July 2006 - 11:08 AM EDT

Name: al4/cheapest-service

Hi, thank you for the script. It does show the date correctly, the only problem is it shows the current date and time and refreshes each time the page is reloaded. Well, at least the time updates to the current time. I'll leave it on my test page to see if it updates tomorrow.

Nice script, but if at all possible I would like to be able to to this server side. That way whenever I make changes on my pages, the "last updated" will update automaticly. I wish Angelfire had ASP :(

I did look for a CGI script that did this but the search engines seem coonfused and just want to show me pages with the phrase "last updated" on the page, or any kind of script with the same phrase somewhere on the page.

Sunday, 9 July 2006 - 7:01 PM EDT

Name: dalleh

ok, where is the test page, to see if it is showing my system time or the update time.

View Latest Entries