Visa ett inlägg
Oläst 2014-08-22, 15:11 #29
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
gå in http://www.nordin.se/tusselive.html se ni Camara 1 och jag vill ha även Camara 2 dä men gå ej att använda denna cod til två camror

<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