Welcome to the E-Blah Community!
We would like to welcome you to our community and invite you to register an account or login.
Being a registered member is important, as it gives you several advantages over the normal Guest status. After registering you will be able to download files and images, post messages, and access member-only portions of the forum - just to name a few. Registration is quick and simple, and only takes about a minute of your time.

E-Blah Community    Modifications    Modification Archive  ›  Coutdown Moderators: 10 Series Support Team
Users Browsing Forum
No Members and 1 Guests

Coutdown  This thread currently has 1,799 views. Print
1 Pages 1 Recommend Thread
askmike1
May 14, 2004, 9:01pm Report to Moderator Report to Moderator
E-Blah Member
Posts: 4
Posts Per Day: 0.00
I think a nice feature could be a countdown that could be added in the signature. An example of this can be found athttp://www.talkdisney.com/forums/showthread.php?t=1826&highlight=countdown

Michael
Mickeyfans Website
Logged Offline
Private Message Private message
Taza
May 16, 2004, 7:39pm Report to Moderator Report to Moderator
E-Blah Member
Posts: 193
Posts Per Day: 0.06
Reputation: 81.25%
Reputation Score: +13 / -3
Time Online: 38 days 18 hours 58 minutes
I have a countdown script on my site which i only show for christmas and new year as it is javascript it can quiet possablely be made into a mod for the sig but it would be involed and fidderly to do.
Logged Offline
Site Site Private Message Private message ICQ ICQ AIM AIM Reply: 1 - 2
askmike1
June 26, 2004, 8:00pm Report to Moderator Report to Moderator
E-Blah Member
Posts: 4
Posts Per Day: 0.00
Hello. I have finally figured out how to do a countdown, and it works when I test it out on a seperate HTML page. However, when I try and use it on the board, nothing happens. What I'm trying to say is that it works on a regular page, but not in eblah. If you need any specific information, please ask but I really need to know why this doesn't work.
Code

<script type=text/javascript src=http://mickeyfan.netfirms.com/countdown.js></script>
<script>
var rndNum = Math.floor(Math.random() * 10000);
var tempString="June 28, 2004 7:00:00 AM EST;Off to Walt Disney World;RED";
tempArray=explodeArray(tempString,";");
document.writeln("<form name='form" + rndNum + "' action='java script:void(0);'>");
document.writeln('<font size=2 color="'+tempArray[2]+'">Days until next trip to Walt Disney World</font><BR>');
document.writeln("<input type=text value='' size=40 name='countdown' border-style='none' style='background-color:transparent; border-bottom: 0px solid; border-left: 0px solid;border-right: 0px solid;border-top: 0px solid'>");
document.writeln("</form>");
countdown(tempArray[0], rndNum, tempArray[1]);
</script>

(Nothings wrong with the actual code)

Michael
Logged Offline
Private Message Private message Reply: 2 - 2
1 Pages 1 Recommend Thread
Print

E-Blah Community    Modifications    Modification Archive  ›  Coutdown