Previous Next Table of Contents

Application versus Applet


What is an applet?

Sample applet

<HTML>
<HEAD>
<TITLE>Tony's Image Display</TITLE>
</HEAD>

<BODY>

<h1 align=center>Tony's Image Display</h1>

<applet codebase=. code=ImageTony.class width=500 height=400>
<PARAM NAME=IMAGEFILE VALUE="images/BoneScan.gif">
<PARAM NAME=IMAGETYPE VALUE="GIF">
<PARAM NAME=FRAMEHEIGHT VALUE="128">
<PARAM NAME=FRAMEWIDTH VALUE="128">
<PARAM NAME=PATIENTNAME VALUE="Doe, John Q.">
<PARAM NAME=MRN VALUE="123-45-67">
<PARAM NAME=STUDYDATE VALUE="21-March-1996">
<PARAM NAME=STUDYTYPE VALUE="Miscellaneous">
<hr><blockquote>
<em>Your browser doesn't understand the &lt;APPLET&gt; tag.</em>
</blockquote>
<hr>
</applet>

<address>J. Anthony Parker, MD PhD</address>
<p>
</BODY>
</HTML>

Previous Next Table of Contents

J. Anthony Parker, MD, PhD, Tony_Parker@bih.harvard.edu