// image = "http://192.168.1.128/IMAGE.JPG"; //name of the image image = "http://vs-tannheim.ath.cx:8484/IMAGE.JPG"; //name of the image function Start_Cam() { var t_cam = 10; // interval in seconds var tmp = new Date(); tmp = "?"+tmp.getTime(); document.images["visiongs"].src = image+tmp; setTimeout("Start_Cam()", t_cam*1000); }