Hallo,
var mytimer = window.setInterval ("test()",5000);
function test(){
alert ("Hallo Welt");
window.clearInterval(mytimer);}
Gruß
Markus
Hallo,
var mytimer = window.setInterval ("test()",5000);
function test(){
alert ("Hallo Welt");
window.clearInterval(mytimer);}
Gruß
Markus