A simple question

Jyrki Wahlstedt jyrki.wahlstedt at hut.fi
Sat Feb 5 03:17:03 PST 2005


Hi,
I feel myself a bit stupid to ask this, but:
an applet is defined traditionally using an APPLET tag and that works 
fine in OmniWeb. However, that usage is deprecated in favor of OBJECT. 
I tried to replace
<APPLET archive="MyApplet.jar" code="MyApplet" width=300 height=150>
</APPLET>
with
<OBJECT codetype="application/java-archive" archive="MyApplet.jar" 
classid="java:MyApplet.class" width="300" height="150">.</OBJECT>
This works in Mozilla, but not in OmniWeb (the log says "No 
content-type specified for plugin at <(null)>").

Any ideas to enlighten me?!
PS MyApplet.jar is done by selecting a Java Swing based applet in XCode 
and setting its name MyApplet. XCode uses APPLET in the template, hence 
the problem…
!
! Jyrki Wahlstedt
! Tinatie 3 A 2   	     mob. +358-40-502 0164
! FI-00440 Helsinki
!
! Our life is no dream; but it ought to become one and perhaps will.
! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0  A780 
6366 EFD9 139C C386




More information about the OmniWeb-l mailing list