Annie's "How to Add Date & Time to Status Bar" Page


This is a page that gives tips for HTML using Front Page Express which is the program
that Annie uses. It is available free with Internet Explorer 4.0 & 5.0

"How to Add Date & Time to Status Bar"

QUESTION:
How do I add the "Date & Time" in the status bar that you have on your
Breaking News page?

ANSWER:
Just copy and paste the code below. Oh, the "status bar" is near the bottom of the browser and on the left side. I put it on this page for you to see it.

1) Copy the code below

2) Near the top of the page put the cursor

3) Go to 'insert' then 'html markup'

4) Paste the code

<SCRIPT language="JavaScript">

<!--
// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************
function runClock() {
theTime = window.setTimeout("runClock()", 1000);
var today = new Date();
var display = today.toLocaleString();
window.status = display;
}
runClock();
-->
</SCRIPT>

5) You will want to personalize the text for your own page!!

Before you add the code to your page make sure you do a test page!!

Source for this page: Code for Time in Status Bar from CGIScript.net on Status Date/Time Display

If you want the clock to scroll then click here for the code.

You can see this Date/Time on these other pages of mine:
Annie's "Breaking News" Page
Annie's Daily News Sources Page
Annie's "News in a Nutshell" Page

 

For Other Tips Pages by Annie:

Visit:
Annie's "Tips for Front Page Express" Page

 

Click here to go to Annie's Home Page
Annie's Home Page

Annie's Featured Holiday Page
Have a "Happy Everything"!
Annie's Holiday Page

Annie's Featured Page

Annie's "Featured Page" Page


Email Annie

Copyright 2001 - 2006 Annie's Home Page. All Rights Reserved. I thank the Lord for
graphics artists without them these pages would not be the same. Please visit
Annie's List of Great Graphics Spots for a list of their links. Some Graphics
on this page from Graphics by Irene &
Graphic Garden.
This site hosted by:
Christian Web Host.

For a Listing of the Rest of my Pages:
Annie's Directions to My House - Banner - My Index Page