B&B Electronics ADAM-6066 - Manual User Manual

Page 111

Advertising
background image

101

Chapter 5

Java Applet Programming
To create your own Web page, you have to follow some rules. There are
two parts in this section. We start from the HTML file. Please refer below
for the default HTML source code.

<HTML>
<HEAD>
<TITLE>
ADAM-6000 Ethernet-Enabled DA&C Modules
</TITLE>
</HEAD>
<BODY>
<APPLET

CODEBASE = "."
CODE = "Adam6060.class"

ARCHIVE = "Adam6060.jar"

NAME = "Adam6060 Relay Module"

WIDTH = 500

HEIGHT = 400

HSPACE = 0

VSPACE = 0

ALIGN = middle

>
<PARAM NAME = "HostIP" VALUE = "010.000.000.000">
</APPLET>
</BODY>
</HTML>

Advertising