New Releases: What upcoming games are you looking forward to?
|
#1
|
||||
|
||||
|
Need Some help
Hey guys, I was wondering if any of you know how to implement a count down timer? You see I want to put a countdown timer for the release date of Age of Conan on our website but most of them are java script and I don't have the first clue about java. Can anyone show me what to do?
|
|
#2
|
||||
|
||||
|
Twenty seconds on Google gave this:
http://www.askdavetaylor.com/how_do_..._web_page.html Obviously, you'll need to create some kind of code to get anything to happen. And while I didn't read it too closely, it looks like the explanation is simple enough that you should be able to figure it out from there with no previous knowledge of JavaScript. (JavaScript is completely different from Java, by the way.) |
|
#3
|
||||
|
||||
|
thanks for the link it at least helped me get started. But my biggest problem is making it work on guild cafe. I think thats where i need the most help is how to incorperate this kind of stuff into the pages that guild cafe gives me to use. I don't think its just simple html if it was I could simply copy and paste the code and change the basic information to make it work for me. But its not so there lies my issue.
|
|
#4
|
||||
|
||||
|
I don't have a guild page on GuildCafe, so I can't say for sure. But my guess -- from what you're saying -- would be that you cannot employ basic html, which means that you cannot employ JavaScript, and thus there is no way for you to do what you wish.
|