monaya
03-26-2010, 08:11 AM
I'm using this code but it only runs the function once
<body onLoad="setTimeout(function(){ajaxFunctionas('34');}, 60000)">
is there a way to have this function keep running every minute?
<body onLoad="setTimeout(function(){ajaxFunctionas('34');}, 60000)">
is there a way to have this function keep running every minute?