View Single Post
  #3 (permalink)  
Old 11-24-2007, 05:21 AM
jwzumwalt jwzumwalt is offline
Member
 
Join Date: Nov 2007
Posts: 2
jwzumwalt is on a distinguished road
Thank you for your quick reply...

I used the following code and it does not work. As before, I can click on the jar file with a browser and it will work.

<Html><Head><Title>Java Example</Title></Head>
<Body>
The applet is below<br>
<Applet Code="ohm-1d.class"
archive="ohm-1d.jar"
width=600 Height=600>
</Applet>
</Body>
</Html>

The files can be viewed at Directory Listing v1.1

Last edited by jwzumwalt : 11-24-2007 at 05:24 AM.
Reply With Quote