Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
<script type="text/javascript" language="JavaScript">
var camURL = ""; //html/cam.jpg
var refresh = 30; //Intervall in Sekunden
function ImgLoad(){
if(camURL == ""){
camURL = document.images.myWebcam.src;
}
var unique = new Date();
unique = "?" + unique.getTime();
document.images.myWebcam.onload = "";
document.images.myWebcam.src = camURL + unique;
setTimeout("ImgLoad()", refresh*1000);
}
</script>
<img border="6" width="1000" height="900" src=" http://www.ramingstein-wetter.at/cam.jpg" name="myWebcam" onload="ImgLoad()" onerror="alert('Webcambild kann nicht geladen werden!')">