:: Forum >> General/Off-topic >>

SetTimeout function

I have a problem, I don't know why to make this line of code to work:
setTimeout("openingBox(" box ", " current ", " max ")"20);
 
The box, current, max variabiles exista and the openingBox too, I just can't make the setTimeout function to work with variables as parameters, could someone please help me do this?
skid
Monday, August 14, 2006
try setTimeout(function(){...}, 20);
Alex (ActiveWidgets)
Monday, August 14, 2006



This topic is archived.

Back to support forum

Forum search