Visa ett inlägg
Oläst 2014-08-22, 16:30 #31
nordindesign nordindesign är inte uppkopplad
Banned
 
Reg.datum: Jul 2007
Inlägg: 107
nordindesign nordindesign är inte uppkopplad
Banned
 
Reg.datum: Jul 2007
Inlägg: 107
raför funger inte denna cod för två camror för
<img src="http://url.till.din/bild.jpg" alt="adress till din webcam bild" id="webcam"/><p>

<script type="text/javascript">
var _t,_i;
function updateImage(){
var t= new Date().getTime();
_i.src = 'http://url.till.din/bild.jpg?q='+t;
}
function goUpdateImage(){
_i=document.getElementById("webcam");
updateImage();
_t=setInterval(updateImage, 60000);
}
function stopUpdateImage(){
clearInterval(_t);
}
window.onload = goUpdateImage;
</script>
nordindesign är inte uppkopplad