Dynamic countdown

Erel at 23h11
18
Dec
2005
If you want a Dynamic countdown on your board insert this script in your portal, in the description of a forum or in the home page description.

For a portal Arrow Administration Panel Arrow Portal Admin Arrow Portal structure Arrow Create a custom block or Edit a custom block Arrow Put the script in the block source .

For a board :Arrow: Administration Panel Arrow Forum Admin Arrow Management Arrow (Edit a board) or Create a new forum Arrow Put the script in the description .

For a homepage Arrow Administration Panel Arrow Generel Admin Arrow Homepage Arrow Put the script in the message content .


The script :


Code:
<script language="JavaScript">
var dayPARAM0 = 11;
var dayPARAM1 = 5;
var dayPARAM2 = "2011";
var dayPARAM3 = "A new Day !";
</script>
<script language="JavaScript" src="http://cf.geocities.com/js_source/gadget/day.js">
</script>


You have to modify :

PARAM0 Arrow The day.

PARAM1 Arrow The month.

January 0
February 1
March 2
April 3
May 4
June 5
July 6
August 7
September 8
October 9
November 10
December 11

PARAM2 Arrow The year.

PARAM3 Arrow The text.

If you want to center the script, put
Code:
<center>
at the start and
Code:
</center>
at the end.

ATTENTION Arrow A part of the dynamic count down will be in french. Sorry for that. Crying or Very sad

Edited by Katt - To have it in English, remove the "cf" before the .geocities.com in the http://cf.geocities.com/js_source/gadget/day.js link (thanks Buster)
Similar topics
What is the best way to handle dimensions that change depending on user parameters? For example, lets say you want "Months Since Inception" to be a dimension, because you want to bucket by it (i.e. 0 to 50 Months, 51 to 100 Months, etc.) but
Hi, could u please help me out to identify a check box which is dynamic. while recording it ,getting the id like this://table[@id='ID_MXTABLE_1333915313']/tbody/tr[7]/td[1]/input which changes each time while run the script.i tried with
Dear all, I am new to use Selenium and I have problem about locating a dynamic element. Could you please help me? Thank you very much in advance. Here is my situation: I have the following button id of which is dynamic so I cannot use its fixed id. I
Replies 1 to 0 on 0 for "Dynamic countdown"
See also
more_less
Informations

0 Replies For the topic :
"Dynamic countdown"

This topic has been viewed 9517 times.

Last message :
18/12/2005 at 23h11 by "Erel"