How To Put A Digital Clock On Your Website Web Pages With Javascript Sample
Posted On Tue Dec 19, 2006 By webmaster In Javascipt Forums And Other Related Topics Discussion About Javascript Progamming Forums
have you seen those sites that have a clock with the sencods changing, wish you could put something like that?
Well, you are in luck, today i will show you how to put a digital clock on your website using javascript, you will learn how to put it on your web pages, just copy and pase the sample code script below.
the first step is to open your text editor, you can use notepad which come with windows and copy and paste the following code into a new document:
now save the file as javascript-clock.html and upload to your website.
if can't upload to your website or you don't have a website, you can start by visiting our friends at www.webune.com and start your own website. this post is sponsed by www.webune.com
IF you don't have a website, our friends at www.webune.com have provided us with server space to show you how this javascript would work.
CLICK HERE TO SEE DEMO by Webune.com
Well, you are in luck, today i will show you how to put a digital clock on your website using javascript, you will learn how to put it on your web pages, just copy and pase the sample code script below.
the first step is to open your text editor, you can use notepad which come with windows and copy and paste the following code into a new document:
| The Current Time is: |
<HTML>
<TITLE>How to make a digital click with javascript tutorial guide</TITLE>
<HEAD>
</HEAD>
<style type="text/css">
<!--
.style2 {color: #0066FF}
.style3 {
color: #009933;
font-weight: bold;
}
.style5 {color: #0066FF; font-weight: bold; }
-->
</style>
<BODY>
<h1 align="center"><strong>How to make a digital click with javascript tutorial guide </strong> </h1>
<TABLE BORDER=0 align="center" cellpadding="5" cellspacing="1" BGCOLOR=#999999>
<TR>
<TD bgcolor="#FFFFFF">
<span class="style3">The Current Time is:
</span>
<FORM NAME="clock_form">
<INPUT NAME="clock" TYPE=TEXT SIZE=65>
</FORM>
<SCRIPT LANGUAGE="JavaScript">
<!-- Hide from non JavaScript browsers
function clockTick()
{
currentTime = new Date();
document.clock_form.clock.value = " "+currentTime;
document.clock_form.clock.blur();
setTimeout("clockTick()", 1000);
}
clockTick();
// End of clock -->
</SCRIPT></TD>
</TR>
</TABLE>
</p>
<br />
<span class="style3">NOTE</span>: you must have javascript enabled in your browser for this to work, if you want to know how to enable javascript in your browser, <a href="http://www.wallpaperama.com/forums/show-me-how-to-enable-javascript-in-firefox-browser-t43.html">CLICK HERE </a><br /><br />
<div align="center">Turotial by <a href="http://www.wallpaperama.com">Wallpaperama.com</a></div>
<hr size="2" noshade>
<p>This Script is provided by <span class="style5">Wallpaperama.com</span> - Support us by telling your friends about wallpaperama and help contribut to the open source by adding your knowledge of PHP, Linux, Mysql and more to others, just like this script.</p>
<p>Thank You</p>
<p class="style3">Wallpaperama Team</p>
<p><a href="http://www.wallpaperama.com/forums"><< Go Back</a> </p>
<p align="center">PHP Hosting by <a href="http://www.webune.com">Webune.com</a> </p>
<p>
</BODY>
</HTML>
now save the file as javascript-clock.html and upload to your website.
if can't upload to your website or you don't have a website, you can start by visiting our friends at www.webune.com and start your own website. this post is sponsed by www.webune.com
IF you don't have a website, our friends at www.webune.com have provided us with server space to show you how this javascript would work.
CLICK HERE TO SEE DEMO by Webune.com
example clock
Sanling Thu Sep 22, 2011
I want to put a clock on my facebook profile. How can i put? Please help me!!
znn Sat Dec 19, 2009
nscmyhsh,hg,y ysjhh s
Don Tue Nov 04, 2008
i'm a virtual newb so it may not be ok but it's understandable if my
html coding isn't compliant with w3 standards. i want to be a
smart-ass and ask "what's your excuse?" but, seriously, don't you think
it would be far better, and make a positive statement about who you are,
if your code was standards compliant?
my $0.02 for what it's worth.
--
don crowder
html coding isn't compliant with w3 standards. i want to be a
smart-ass and ask "what's your excuse?" but, seriously, don't you think
it would be far better, and make a positive statement about who you are,
if your code was standards compliant?
my $0.02 for what it's worth.
--
don crowder
ivan Mon Aug 18, 2008
how did u put this cmment section on you website? can you put it up please
BANDER Fri Nov 16, 2007
thank you very much. i like this too
thank you very much. i like this too
Related Content
Information
Forums »
Javascipt Forums And Other Related Topics Discussion About Javascript Progamming »
How To Put A Digital Clock On Your Website Web Pages With Javascript Sample
Javascipt Forums And Other Related Topics Discussion About Javascript Progamming »
How To Put A Digital Clock On Your Website Web Pages With Javascript Sample
Title: How To Put A Digital Clock On Your Website Web Pages With Javascript Sample
Description: How To Put A Digital Clock On Your Website Web Pages With Javascript Sample
Tags: how ,to ,put ,a ,digital ,clock ,on ,your ,website ,web ,pages ,with ,javascript ,sample
Info: This Post Has Been Viewed 0 Times Since
Date: Tue Dec 19, 2006
Author webmaster Received 7 Replies #784
Date: Tue Dec 19, 2006
Author webmaster Received 7 Replies #784
Share
URL: 

Embed: 

To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it
BBCODE:: 

BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
wallpaperama | Wallpapers | Forums | Terms Of Service
copyright © 2013 wallpaperama - All Rights Reserved - Last Updated Mon May 06, 2013 (-8 GMT)
Powered by: Webune Forums V5
copyright © 2013 wallpaperama - All Rights Reserved - Last Updated Mon May 06, 2013 (-8 GMT)
Powered by: Webune Forums V5

