Vivotek IP3112/IP3122 User Manual Page 30

  • Download
  • Add to my manuals
  • Print
  • Page
    / 65
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 29
- 29 -
www.vivotek.com
****** Example homepage begin ******
<html>
<head>
<title>Example - auto refresh</title>
</head>
<body background="/pic/wallppr.jpg">
<p align=left>
<font size="7" face="Comic Sans MS" color="#FF0000">
Network Camera Demo
</font>
</p>
<p align=left>
<!-- Begin of scripts to auto refresh the image. Change the IP address in the image
URL and refreshrate if necessary. //-->
<script language=javascript>
var image="http://192.168.0.203/cgi-bin/video.jpg"; //IMAGE URL
var refreshrate=5; //SECONDS BETWEEN REFRESH
var imgwidth=352; //IMAGE WIDTH
var imgheight=240; //IMAGE HEIGHT (NTSC:240; PAL:288)
function refresh(){
document.images["pic"].src=image+"?"+new Date();
setTimeout('refresh()', refreshrate*1000);}
document.write('<img src="'+image+'" height="'+imgheight+'"
width="'+imgwidth+'" name="pic">');
if(document.images)window.onload=refresh;
</script>
<!-- End of scripts to auto refresh the image. //-->
</p>
</body>
</html>****** Example homepage end ******
Page view 29
1 2 ... 25 26 27 28 29 30 31 32 33 34 35 ... 64 65

Comments to this Manuals

No comments