FAQ |
Kalender |
|
![]() |
#1 | ||
|
|||
Klarade millennium-buggen
|
Citat:
Kod:
<p><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> Senast redigerad av allstars den 2014-08-19 klockan 14:49 |
||
![]() |
![]() |
#2 | ||
|
|||
Banned
|
Citat:
|
||
![]() |
![]() |
#3 | ||
|
|||
Bara ett inlägg till!
|
Citat:
<meta http-equiv="refresh" content="600"> mellan <head> </head> taggen.. Detta borde fungera bra: Kod:
<html> <head> <meta http-equiv="refresh" content="60"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Tusselive</title> </head> <body> <center><img id="webcam" src="http://www.nordin.se/tusse.jpg" alt="http://www.nordin.se/tusse.jpg" width="640" height="480" /></center> </body> </html> |
||
![]() |
Stängt ämne |
|
|