Can anyone find why this setTimeout() loop isn't working - I'm getting:
'data_to_send' is undefined
Any help much appreciated, thanks.
BTW, ajax.js contains my handling for creating the XMLHttpRequest, called createRequest() .
Code:
<html> <head> <script src="ajax.js" type="text/javascript"></script>
Leave a comment: