
Example of an 
<html>
<head>
<title>Example - auto refresh</title> </head>
<body>
<p align=left>
<font size="7" face="Comic Sans MS" color="#FF0000"> MiniAVServer Demo
</font>
</p>
<p align=left>
<script language=javascript>  | 
  | 
  | 
var   | //IMAGE URL | |
var refreshrate=5;  | //SECONDS BETWEEN REFRESH  | |
var imgwidth=352;  | //IMAGE WIDTH  | 
  | 
var imgheight=240;  | //IMAGE HEIGHT | 
  | 
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>
</body>
</html>
- 27 -
www.vivotek.com
T: 886-2-82455282 
F: