[advanced search]
Results from the most recent live auction are here.
14 members in the live chat room. Join Chat!
Register Rules & FAQ NP$ Store Active Threads Mark Forums Read
Go Back   NamePros.Com > Design and Development > Programming > CODE
User Name
Password

Old 08-02-2005, 12:27 PM   · #1
SecondVersion
while ($awake){ code(); }
 
SecondVersion's Avatar
 
Name: Eric
Location: Kentucky
Trader Rating: (142)
Join Date: Mar 2005
Posts: 4,239
NP$: 384.00 (Donate)
SecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond repute
Member of the Month
MOTM September 2005 Save a Life Child Abuse 9/11/01 :: Never Forget Baby Health Marrow Donor Program AIDS/HIV Breast Cancer Cystic Fibrosis Ethan Allen Fund Animal Cruelty Ethan Allen Fund Ethan Allen Fund Cancer Alzheimer's Protect Our Planet
JS Live Clock

HTML Code:
/* Save as clock.html and upload */ <HTML> <TITLE>Clock</TITLE> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- function showFilled(Value) { return (Value > 9) ? "" + Value : "0" + Value; } function StartClock24() { TheTime = new Date; document.clock.showTime.value = showFilled(TheTime.getHours()) + ":" + showFilled(TheTime.getMinutes()) + ":" + showFilled(TheTime.getSeconds()); setTimeout("StartClock24()",1000) } //--> </script> <style type="text/css"> <!-- .input { border-style: none; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:8pt } --> </style> </head> <BODY bgcolor="#FFFFFF" onLoad="StartClock24()"> <center> <br> <br> <br> <br> </font> <form name=clock> <input type=text name=showTime size=8 class=input> </form> </center> </body> </html>


Please register or log-in into NamePros to hide ads
__________________

SecondVersion.com - The Personal Blog of SecondVersion
Domain Name Portfolio - Get your free copy. - Version 1.0.2 now available!!
MetaCreator.com - Free Meta Tag Creator
CodingPlanet.com - Coming soon...

Last edited by SecondVersion : 08-19-2005 at 06:14 AM.
SecondVersion is offline   Reply With Quote
Closed Thread

NamePros is a revenue sharing forum.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Javascript live clock axilant CODE 6 09-05-2005 12:26 AM
Domain Masters is going to be live today from SES at 3PM EST instead of 7 PM EST mcahn For Sale / Advertising Board 0 03-02-2005 10:32 AM
Upcoming NamePros Live Events (Next Event: Thursday June 30th) -RJ- NamePros Announcements 0 06-07-2004 11:45 PM

Site Sponsors
free webhosting Hunting Moon YUPPADS
Advertise your business at NamePros
All times are GMT -7. The time now is 02:41 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0