Canon VB101 User Manual Page 33

  • Download
  • Add to my manuals
  • Print
  • Page
    / 59
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 32
Creating Web Pages
4
64 65
sample.htm
<html>
<head>
<title>SampleSite LiveApplet</title>
</head>
<frameset rows="70,*">
<frame src="header.htm">
<frame src="lvappl.htm">
</frameset>
</html>
1
2
3
1
2
3
header.htm
<html>
<head>
<title>LiveApplet comment</title>
</head>
<body>
<center><h1>LiveApplet</h1></center>
</body>
</html>
lvappl.htm
<html>
<meta http-equiv="Content-type" content="text/html;charset=iso-8859-1">
<head>
<title>LiveApplet</title>
</head>
<body>
<applet codebase="http://
192.168.100.1*/-wvdoc-01-/LiveApplet/"
code="LiveApplet.class" archive="LiveApplet.zip"
width=450 height=380>
<param name=cabbase value="LiveApplet.cab">
<param name=url value="http://
192.168.100.1*/">
</applet>
</body>
</html>
* The underlined portion is a sample IP address. Enter the actual IP address of the camera server.
Writing IP Addresses
Using the Web server functions built into the VB101, IP addresses can be
expressed as <_I_P_A_D_D_R_> (all upper-case characters, including the angle
brackets) in the three file types used by the Web server in the VB101.
When only Ethernet is used, IP addresses can be specified directly. However,
when Ethernet and modems are used together, IP addresses must always be
written using the <_I_P_A_D_D_R_> convention.
If the address is specified in this way, it can be converted correctly and sent as a
file to the respective client regardless of whether the system was accessed from
an Ethernet network or via PPP (modem).
This function is valid when the VB101 is used jointly as both Web server and
camera server and cannot be used to specify IP addresses for other VB101s.
e
Tip
Example of Using a Java Viewer to Create a Web page
This section describes an example in which a Java Viewer is used to create a Web page.
Use this example to create your own original Web page.
Embed the Java Viewer, and display a text in a separate frame.
The text displayed in a
separate frame
Frame with the embedded
Java Viewer
Frame settings
Using a Java Viewer to Transmit Video Images Using a Java Viewer to Transmit Video Images
c
Note
The <_I_P_A_D_D_R_> convention may not be used through firewalls.
Page view 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 ... 58 59

Comments to this Manuals

No comments