(This is just a very simple unprofessional modification of our standard script, which each user can adopt)
Code for the First Image
| <!--
VisionGS Still Code Begin --> <SCRIPT language="JavaScript" type="text/javascript"> <!-- var t1 = 10 // interval in seconds imgsrc1 = ""; function ErrorImg1() { setTimeout("LoadImg1()", t1*1000); } function
LoadImg1() { <IMG
src="cam1.jpg" width="352"
height="288" border="1"
name="visiongs1" onload="LoadImg1()"
onerror="ErrorImg1()"> |
Code for the Second Image
| <!--
VisionGS Still Code Begin --> <SCRIPT language="JavaScript" type="text/javascript"> <!-- var t2 = 10 // interval in seconds imgsrc2 = ""; function ErrorImg2() { setTimeout("LoadImg2()", t2*1000); } function
LoadImg2() { <IMG
src="cam2.jpg" width="352"
height="288" border="2"
name="visiongs2" onload="LoadImg2()"
onerror="ErrorImg2()"> |