EXTENSION Countdown timer for Webbuilder

In this section you can share self-made extensions with other users of WYSIWYG Web Builder.
There is a dedicated section for commercial extensions.
Post Reply
User avatar
randm
 
 
Posts: 36
Joined: Sat Oct 10, 2009 11:46 pm
Location: Ontario, Canada

Re: EXTENSION Countdown/Count-up timer/clock

Post by randm »

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>
jeff11214
 
 
Posts: 59
Joined: Sat Oct 28, 2006 4:22 pm

Re: EXTENSION Countdown/Count-up timer/clock

Post by jeff11214 »

Does this counter work off of the local computer clock or does it work off of the server clock?
Also, is there a way to perform an Action when the counter hits zero - for example: redirect to a new page.

Thanks,
Jeff
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Re: EXTENSION Countdown/Count-up timer/clock

Post by me.prosenjeet »

I will be updating this extension shortly.
Wait till that time please
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
jeff11214
 
 
Posts: 59
Joined: Sat Oct 28, 2006 4:22 pm

Re: EXTENSION Countdown/Count-up timer/clock

Post by jeff11214 »

Thanks.. I'm looking forward to using it.

Do you have an ETA?

I appreciate all your effort. Thanks
Post Reply