|
Hello Everyone
I got this code for the timer, but the timer continues, how can I stop it using the Timer_Function: When i trying to send "Timer1" as array in the $params I got this error message:
------------ Error -------------- Error: the XML response that was returned from the server is invalid. Received: <br /> <b>Fatal error</b>: Call to undefined method Timer::show() in <b>C:\wamp\www\tech\vcl\forms. inc. php</b> on line <b>295</b><br />
You have whitespace in your response. --------------------------------
function Timer1JSTimer($sender, $params) { echo $this->Timer1->ajaxCall("Timer_Function",$sender, $params); ?> <?php }
function Timer_Function($sender, $params) { $this->Timer1->Enabled=false; }
|