View Single Post
  #1 (permalink)  
Old 08-05-2007, 04:43 AM
leonard leonard is offline
Member
 
Join Date: Jul 2007
Posts: 43
leonard is on a distinguished road
how to call a JAR FILE from HTML
I can't find a way to call my applet in JAR file from HTML.
Code:
<applet code=Contact.class archive="Contact.jar" width=640 height=480> </applet>
but that does not work
any ideas?
thanks in advance
Reply With Quote
Sponsored Links