You are viewing our Forum Archives. To view or take place in current topics click here.
Help | WebSite | New years timer ? Thanks
Posted:
Help | WebSite | New years timer ? ThanksPosted:
Status: Offline
Joined: May 07, 201113Year Member
Posts: 1,501
Reputation Power: 81
Status: Offline
Joined: May 07, 201113Year Member
Posts: 1,501
Reputation Power: 81
I have a forum site with a few loyal members and wanted to do something fun for new years, So at first i wanted to create a small firework java thing that happened at 12. This is a bit to complicated for me, As im not a huge wizard, But i do still want to do something,So if someone could tell me how to do like a timer that when it hits 11.59.50 it starts a countdown from ten and puts a large happy new year at one.
I dont know how to start but the count down would be something like
<b>
<big>10</big></b>
wait 1
<b>
<big>9</big></b>
wait 1
So on Just point me in the right direction please?
I dont know how to start but the count down would be something like
<b>
<big>10</big></b>
wait 1
<b>
<big>9</big></b>
wait 1
So on Just point me in the right direction please?
#2. Posted:
Status: Offline
Joined: Dec 27, 201112Year Member
Posts: 507
Reputation Power: 22
You want it in HTML Code Yeah.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: May 07, 201113Year Member
Posts: 1,501
Reputation Power: 81
Status: Offline
Joined: May 07, 201113Year Member
Posts: 1,501
Reputation Power: 81
cPanel wrote You want it in HTML Code Yeah.
Seems RCDA thinks not and hes a wizard
Last edited by OriginallyMark ; edited 1 time in total
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 3,612
Reputation Power: 173
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 3,612
Reputation Power: 173
cPanel wrote You want it in HTML Code Yeah.
You know HTML isn't a language in which things can change by themselves, this is going to have to use a scripting language like AJax, or flash. You cold also just code a Java applet to do this as well.
- 1useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
RDCA wrotecPanel wrote You want it in HTML Code Yeah.
You know HTML isn't a language in which things can change by themselves, this is going to have to use a scripting language like AJax, or flash. You cold also just code a Java applet to do this as well.
I've seen this done in javascript if thats what you meant.
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: May 07, 201113Year Member
Posts: 1,501
Reputation Power: 81
Status: Offline
Joined: May 07, 201113Year Member
Posts: 1,501
Reputation Power: 81
Can anyone actually help me then?
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 3,612
Reputation Power: 173
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 3,612
Reputation Power: 173
Z61 wroteRDCA wrotecPanel wrote You want it in HTML Code Yeah.
You know HTML isn't a language in which things can change by themselves, this is going to have to use a scripting language like AJax, or flash. You cold also just code a Java applet to do this as well.
I've seen this done in javascript if thats what you meant.
Nah, you could do it in javascript, but I meant a java applet embedded into HTML.
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
RDCA wroteZ61 wroteRDCA wrotecPanel wrote You want it in HTML Code Yeah.
You know HTML isn't a language in which things can change by themselves, this is going to have to use a scripting language like AJax, or flash. You cold also just code a Java applet to do this as well.
I've seen this done in javascript if thats what you meant.
Nah, you could do it in javascript, but I meant a java applet embedded into HTML.
Oh, I see. that would be interesting to see made.
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Jul 03, 201113Year Member
Posts: 1,416
Reputation Power: 58
you need java script for this one best way to do it
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: May 07, 201113Year Member
Posts: 1,501
Reputation Power: 81
Status: Offline
Joined: May 07, 201113Year Member
Posts: 1,501
Reputation Power: 81
R3LODING wrote you need java script for this one best way to do it
We have established that, Got any scripts i can use?
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.