Example of Using the VB Viewer to Create a Web Page
This section describes an example in which the VB Viewer is used to create a Web page. Use this example to create your own original Web page.

sample.htm
<html>
<head>
<title>VB Viewer Sample Page</title>
</head>
<body bgcolor="gray">
<center>
<h1>LiveApplet</h1>
<iframe src="http://192.168.100.1/viewer/live/en/live.html"
scrolling="no"
width=490 height=500>
</iframe>
</center>
</body>
</html>
* The underlined portion is a sample IP address. Enter the actual IP address set for the VB-C60. You can also specify the URL without the IP address as shown below when you save the Web page in the flash memory in the VB-C60.
<iframe src="/viewer/live/en/live.html">
VB Viewer Parameters
You can specify parameters to provide a Web page to modify the behavior or appearance of Web pages. Ensure that you thoroughly understand the parameters.
