4XEM w30 Manuel D’Utilisation

Page de 63
 
 
 
 
 
 
 
 
 
 
- 22 - 
 
 
 
 
 
 
 
 
 
 
 
 
How to design my own homepage to replace the current one 
1. Prepare your own homepage with size less than 65000 bytes and rename it to 
user.htm, 
2. Insert the html codes of video object, the bold Italian text in the following example, 
into the appropriate position in user.htm. Note that the codes of video object must be 
copied exactly the same including the letter case. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
   
 
 
****** Example homepage begin ******   
<html> 
<head> 
<title>Example – custom homepage</title> 
</head> 
<body background="/pic/wallppr.jpg"> 
<p> 
  <a href="/setup/config.html"> 
  <img 
src="http://dgl.microsoft.com/thumbnails/j023/j0234430(t).gif" 
align="left" width="64" height="64"> 
    </a> 
    <font size="7" face="Comic Sans MS" color="#FF0000"> 
Network Camera Demo   
</font>                 
</p> 
<p align="left"> 
<!-- Copy the next bold line to where you want to show the image coming from 
Network Camera. This line is remark only and is hidden on homepage. //--> 
<OBJECT ID=VAMCtrl></OBJECT> 
</p> 
</body> 
</html> 
****** Example homepage end ******