LCD CLOCK SCRIPT FREE DOWNLOAD
Description: This digital clock script attempts to mimic that cool "glow in the dark" look of a LCD watch when it comes to its interface. Displays the time in standard 12-hour format, with a "AM" and "PM" indicator. Note that in non IE4+/NS6+ browsers, a regular form clock is displayed instead.
Step 1: Insert the below style sheet into the HEAD section of your page:
<span id="digitalclock" class="styling"></span>
<script>
<!--
/*****************************************
* LCD Clock script- by Javascriptkit.com
* Featured on/available at http://scriptpc.blogspot.in/
* This notice must stay intact for use
*****************************************/
var alternate=0
var standardbrowser=!document.all&&!document.getElementById
if (standardbrowser)
document.write('<form name="tick"><input type="text" name="tock" size="6"></form>')
function show(){
if (!standardbrowser)
var clockobj=document.getElementById? document.getElementById("digitalclock") : document.all.digitalclock
var Digital=new Date()
var hours=Digital.getHours()
var minutes=Digital.getMinutes()
var dn="AM"
if (hours==12) dn="PM"
if (hours>12){
dn="PM"
hours=hours-12
}
if (hours==0) hours=12
if (hours.toString().length==1)
hours="0"+hours
if (minutes<=9)
minutes="0"+minutes
if (standardbrowser){
if (alternate==0)
document.tick.tock.value=hours+" : "+minutes+" "+dn
else
document.tick.tock.value=hours+" "+minutes+" "+dn
}
else{
if (alternate==0)
clockobj.innerHTML=hours+"<font color='lime'> : </font>"+minutes+" "+"<sup style='font-size:1px'>"+dn+"</sup>"
else
clockobj.innerHTML=hours+"<font color='black'> : </font>"+minutes+" "+"<sup style='font-size:1px'>"+dn+"</sup>"
}
alternate=(alternate==0)? 1 : 0
setTimeout("show()",1000)
}
window.onload=show
//-->
</script>
DONE !!!
FREE PC SCRIPT DOWNLOAD
EXAMPLE CLOCK |
Description: This digital clock script attempts to mimic that cool "glow in the dark" look of a LCD watch when it comes to its interface. Displays the time in standard 12-hour format, with a "AM" and "PM" indicator. Note that in non IE4+/NS6+ browsers, a regular form clock is displayed instead.
Step 1: Insert the below style sheet into the HEAD section of your page:
<style>
<!--
.styling{
background-color:black;
color:lime;
font: bold 15px MS Sans Serif;
padding: 3px;
}
-->
</style>
Step 2: Having done this, add the below script where you wish the clock to appear on your page:
<span id="digitalclock" class="styling"></span>
<script>
<!--
/*****************************************
* LCD Clock script- by Javascriptkit.com
* Featured on/available at http://scriptpc.blogspot.in/
* This notice must stay intact for use
*****************************************/
var alternate=0
var standardbrowser=!document.all&&!document.getElementById
if (standardbrowser)
document.write('<form name="tick"><input type="text" name="tock" size="6"></form>')
function show(){
if (!standardbrowser)
var clockobj=document.getElementById? document.getElementById("digitalclock") : document.all.digitalclock
var Digital=new Date()
var hours=Digital.getHours()
var minutes=Digital.getMinutes()
var dn="AM"
if (hours==12) dn="PM"
if (hours>12){
dn="PM"
hours=hours-12
}
if (hours==0) hours=12
if (hours.toString().length==1)
hours="0"+hours
if (minutes<=9)
minutes="0"+minutes
if (standardbrowser){
if (alternate==0)
document.tick.tock.value=hours+" : "+minutes+" "+dn
else
document.tick.tock.value=hours+" "+minutes+" "+dn
}
else{
if (alternate==0)
clockobj.innerHTML=hours+"<font color='lime'> : </font>"+minutes+" "+"<sup style='font-size:1px'>"+dn+"</sup>"
else
clockobj.innerHTML=hours+"<font color='black'> : </font>"+minutes+" "+"<sup style='font-size:1px'>"+dn+"</sup>"
}
alternate=(alternate==0)? 1 : 0
setTimeout("show()",1000)
}
window.onload=show
//-->
</script>
DONE !!!
FREE PC SCRIPT DOWNLOAD
FREE PC SCRIPTS FOR WINDOWS
FREE PC SCRIPTS FOR MAC
FREE PC SCRIPTS FRR BLOGGER
FREE PC SCRIPTS FOR BLOG
FREE PC SCRIPTS FOR WEBSITE
FREE PC SCRIPTS FOR SITE
FREE WIDGET FOR BLOGGER
FREE WIDGET FOR SITE
FREE WIDGET FOR WEBSITE
FREE WIDGET FOR BLOG
FREE WIDGET FOR WINDOWS
FREE WIDGET FOR MAC
FREE DATE AND TIME WIDGET
FREE DOWNLOAD SCRIPT
FREE DOWNLOAD WIDGET
FREE DOWNLOAD STUFF
FREE DOWNLOAD MUSIC
FREE DOWNLOAD SONGS
FREE HITECH GADGETS
FREE DOWNLOAD INFORMATIONFREE PC SCRIPT DOWNLOAD
FREE PC SCRIPTS FOR WINDOWS
FREE PC SCRIPTS FOR MAC
FREE PC SCRIPTS FRR BLOGGER
FREE PC SCRIPTS FOR BLOG
FREE PC SCRIPTS FOR WEBSITE
FREE PC SCRIPTS FOR SITE
FREE WIDGET FOR BLOGGER
FREE WIDGET FOR SITE
FREE WIDGET FOR WEBSITE
FREE WIDGET FOR BLOG
FREE WIDGET FOR WINDOWS
FREE WIDGET FOR MAC
FREE DATE AND TIME WIDGET
FREE DOWNLOAD SCRIPT
FREE DOWNLOAD WIDGET
FREE DOWNLOAD STUFF
FREE DOWNLOAD MUSIC
FREE DOWNLOAD SONGS
FREE HITECH GADGETS
FREE DOWNLOAD INFORMATIONFREE PC SCRIPT DOWNLOAD
FREE PC SCRIPTS FOR WINDOWS
FREE PC SCRIPTS FOR MAC
FREE PC SCRIPTS FRR BLOGGER
FREE PC SCRIPTS FOR BLOG
FREE PC SCRIPTS FOR WEBSITE
FREE PC SCRIPTS FOR SITE
FREE WIDGET FOR BLOGGER
FREE WIDGET FOR SITE
FREE WIDGET FOR WEBSITE
FREE WIDGET FOR BLOG
FREE WIDGET FOR WINDOWS
FREE WIDGET FOR MAC
FREE DATE AND TIME WIDGET
FREE DOWNLOAD SCRIPT
FREE DOWNLOAD WIDGET
FREE DOWNLOAD STUFF
FREE DOWNLOAD MUSIC
FREE DOWNLOAD SONGS
FREE HITECH GADGETS
FREE DOWNLOAD INFORMATION
No comments:
Post a Comment