WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDES  |  PHP CLASSES  |  CODE SEARCH  |  ARTICLES SEARCH  |  PHP FORUMS  |  PHP MANUAL  |  PHP FUNCTIONS LIST  |  WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Mobile Dev World

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : Java Script which implements a Clock in the status bar
Categories : Java Script, Date Time
Boaz Yahav
Date : Aug 29th 1998
Grade : 3 of 5 (graded 4 times)
Viewed : 5360
File : No file for this code example.
Images : No Images for this code example.
Search : More code by Boaz Yahav
Action : Grade This Code Example
Tools : My Examples List

  Submit your own code examples 
 

Include statusclock.txt in the HEAD section of your document.

statusclock.txt
===============
<script language="javascript">
<!-- Clock in Java Script .. Cameron Gregory cameron@bloke.com
// http://www.bloke.com/homes/cameron/
// http://www.bloke.com/javascript/Clock/statusclock.html
speed=250;
tid = 0;

function StatusClock()
{
window.status=new Date();
tid=window.setTimeout("StatusClock()",speed);
}

function cleartid() {
window.clearTimeout(tid);
}
// end-->
</script>

Add the following inside your document:

<body onLoad="StatusClock()">



Enchancing dd/mm/yyyy forms with unobtrusive javascript
Categories : Java Script, HTML, User Interface, Date Time
PHP Calendar
Categories : PHP, Calendar, Date Time, Java Script, CSS
Local Time clock and Server time usign PHP and JavaScript
Categories : PHP, Java Script, Date Time, Beginner Guides
Local-to-user date and time display regardless of time zone or where the website's server is located
Categories : PHP, Date Time, HTML and PHP, Java Script
Clock at Status Bar
Categories : Java Script, HTML, Date Time
Javascript Date Picker
Categories : Java Script, Date Time, Calendar
Java Script which implements a Clock (Client Side)
Categories : Java Script, Date Time
enhanced date picker with jcript checking for a dynamic date input
Categories : PHP, Java Script, Date Time, Calendar, Arrays
Simple Javascript CSS Digital Clock
Categories : Java Script, Date Time, CSS, Beginner Guides, Web Design
Higly Customizable Javascript Calendar Script
Categories : Java Script, Calendar, Date Time, HTML, CSS
Date Validation using JavaScript. Intended to use it as checkdate() from PHP.
Categories : Java Script, Date Time, PHP
Calendars to choose a range of dates , reservation events ...
Categories : PHP, Calendar, Java Script, Date Time
Conditional Check - a script that allows a user to submit a form only if the user check a checkbox.
Categories : HTML, Java Script, Form Processing, Beginner Guides
Function to convert Arabic numbers into Roman Numerals
Categories : Algorithms, PHP, Date Time
Hilight Form Element onFocus
Categories : Java Script, Form Processing, CSS