View Single Post
  #1 (permalink)  
Old 11-23-2007, 09:39 PM
jwzumwalt jwzumwalt is offline
Member
 
Join Date: Nov 2007
Posts: 2
jwzumwalt is on a distinguished road
How to view applet from html page.
I am a school teacher trying to have students run applets from a web page. The simple tutorials I have tried do not work. If I click on the jar file with IE browser it works fine.

Thanks for the help! JZ

An example of an applet is located at

Directory Listing

This is what I have tried but it does not work...

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

Last edited by jwzumwalt : 11-23-2007 at 09:46 PM.
Reply With Quote
Sponsored Links