Re: EXTENSION Countdown/Count-up timer/clock
Posted: Fri Mar 11, 2011 6:07 pm
Your site url has a double "http://" See if fixing that will help . . . I know the extension works perfectly because I have it running right now on my website.
</style>
</head>
<body>
<div id="wb_indexExtension1" style="margin:0;padding:0;position:absolute;left:286px;top:243px;width:100px;height:100px;text-align:left;z-index:0;">
<script language="JavaScript">
TargetDate = "01/01/2012 10:00 AM";
BackColor = "white";
ForeColor = "red";
CountActive = true;
CountStepper = -1;
LeadingZero = true;
DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.";
FinishMessage = "It is here atlast!";
</script>
<script language="JavaScript" src="http://http://my-test-site.hostoi.com//countdown.js"></script>
</div>
</body>
</html>
</style>
</head>
<body>
<div id="wb_indexExtension1" style="margin:0;padding:0;position:absolute;left:286px;top:243px;width:100px;height:100px;text-align:left;z-index:0;">
<script language="JavaScript">
TargetDate = "01/01/2012 10:00 AM";
BackColor = "white";
ForeColor = "red";
CountActive = true;
CountStepper = -1;
LeadingZero = true;
DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.";
FinishMessage = "It is here atlast!";
</script>
<script language="JavaScript" src="http://http://my-test-site.hostoi.com//countdown.js"></script>
</div>
</body>
</html>