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
Administration Panel
Portal Admin
Portal structure
Create a custom block or Edit a custom block
Put the script in the block source
.
For a board :Arrow: Administration Panel
Forum Admin
Management
(Edit a board) or Create a new forum
Put the script in the description
.
For a homepage
Administration Panel
Generel Admin
Homepage
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
The day.
PARAM1
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
The year.
PARAM3
The text.
If you want to center the script, put
ATTENTION
A part of the dynamic count down will be in french. Sorry for that.
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)
For a portal
.
For a board :Arrow: Administration Panel
(Edit a board) or Create a new forum
.
For a homepage
.
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
PARAM1
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
PARAM3
If you want to center the script, put
- Code:
<center>
- Code:
</center>
ATTENTION
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"
Search
Informations
0 Replies For the topic :
"Dynamic countdown"
This topic has been viewed 9517 times.
Last message :
18/12/2005 at 23h11 by "Erel"





