I did this a month earlier ... But now its not working ... Code
window.onload = function(){ setTimeout(function(){ alert("Hello"); }, 10000); };
This is written in the script at the beginning of the test.php page. script and other tags are correct.
I would like to name a specific function every 10 seconds. A warning shows only once. This is a problem in every browser. After this test, I would like to check the URL every 2 seconds and call the AJAX function.
Any help?
source share