hi,
else if (smoke_time < 300)
{
window.clearInterval(smoke_timer);
smoke_timer =window.setInterval("CountSmoke('"+id+"',"+1000+")");
}
else if (smoke_time > 300 && smoke_time < 3600)
{
window.clearInterval(smoke_timer);
smoke_timer = window.setInterval("CountSmoke('"+id+"',"+60000+")");
Du übergibst window.setInterval hier überhaupt keinen Wert für den zweiten Parameter, die Intervalllänge.
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }