sayedsohail Posted July 1, 2007 Share Posted July 1, 2007 Settimeout is not working. startTimer(check.php?email='+ email +'&password='+password +'&code='+code+'); var timer = null; var delay = 1000; function startTimer(a) { window.clearTimeout(timer); timer=window.setTimeout('postRequest("'+a+'")',delay); } Link to comment https://forums.phpfreaks.com/topic/57967-solved-settimeout-not-working-its-improving-my-madness/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.