Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Ich suche irgendein Script (wenns sein muss auch java) mit dem ich automatisch nur EIN BILD in einem Frame aktualisiere. Ich find aber nur welche wo die komplette seite aktualisiert wird... gibt es da irgendwas?
<html>
<head>
<script type"text="text/javascript">
document.getElementById("bild").src = "http://bilderhoster.blubb/bild123.jpg";
</script>
<body>
<img src="bildblblblblaaaa.jpg" alt="" id="bild" />
</body>
</html>