home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Java by Example
/
jbecd.bin
/
JBE-CD
/
NTUsers
/
JBECODE.ZIP
/
JavaByExample
/
chap26
/
lst26_1.txt
< prev
next >
Wrap
Text File
|
1996-03-13
|
219b
|
11 lines
<title>Applet Test Page</title>
<h1>Applet Test Page</h1>
<applet
code="TitleApplet.class"
width=250
height=150
name="TitleApplet">
<PARAM NAME=title VALUE="Big Al's Home Page">
</applet>