Herunterladen Inhalt Inhalt Diese Seite drucken

Santec SanGuard Bedienungsanleitung Seite 180

Inhaltsverzeichnis

Werbung

function neuladen() {
picready=0;
var s=document.images[0].src;
// we must cut the &rnd parameter of the string
// this is only required for netscape & co
iPos=s.indexOf("&rnd=");
if (iPos>0) {
s=s.substring(0,iPos);
}
iPos=s.indexOf("cachebust=");
if (iPos>0) {
iPos+=10;
iBustLen=s.length-(s.length-iPos);
snew=s.substring(0, iBustLen);
snew=snew+Math.round((Math.random()*100000));
} else {
snew=s;
}
// we add a random id to the img url
// only required for netscape & co
snew=snew+"&rnd="+Math.round((Math.random()*100000));
document.images[0].src=snew;
piccounter=0;
}
</Script>
</HEAD>
<BODY OnLoad="UpdateTimer()">
<img id="img" name="img" width=320 height=240
src="http://192.168.100.107/images1sif?fmt=sif&delay=10">
</BODY>
</HTML>
___________________________________________________________________
- Seite 180 -
Bedienungsanleitung SanGuard Rekorder

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis