If you like SEOmastering Forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...

 

um

Started by naughtymonkey, 06-09-2010, 03:19:25

Previous topic - Next topic

naughtymonkeyTopic starter

 :P

also bro's i'm haviving some trouble with this count down script if you could help me out that would be apreCIAateted.

<script language="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Ben (BassClar89@aol.com) -->
<!-- Begin
<!--
var g_iCount = new Number();
// CHANGE THE COUNTDOWN NUMBER HERE - ADD ONE TO IT //
var g_iCount = 11;
function startCountdown(){
if((g_iCount - 1) >= 0){
g_iCount = g_iCount - 1;
numberCountdown.innerText = '00:00.0' + g_iCount;
setTimeout('startCountdown()',1000);
}
}
// End -->
</script>

all i want the fucking thing to do is count down correctly. ooops (rated blah)

from 2min. to zero.

thanks bro's
  •  


ryosuzuki

this should be in the javascript section and on top of that why do you have to swear ? It makes you sound less intelligent ?


If you like SEOmastering Forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...