don't use the applet tag. try the object tag in ie and the embed tag in
netscape ... this sample html code works on my site fine
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH =
750 HEIGHT = 550
codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Vers
ion=1,3,0,0">
<PARAM NAME=CODE VALUE = "YOURCLASS.class" >
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
<PARAM NAME="scriptable" VALUE="false">
<COMMENT>
<EMBED type="application/x-java-applet;version=1.3" CODE =
"YOURCLASS.class"
WIDTH = 750 HEIGHT = 550 scriptable=false
pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html">
<NOEMBED> alt="Your browser understands the <APPLET>
tag but isn't running the
applet, for some reason." Your browser is completely
ignoring the <APPLET> tag!
</NOEMBED>
</EMBED>
</COMMENT>
</OBJECT>
</center>
-- Your Message
> I am viewing a Shape3D object in my applet when I resize the Netscape
> Window I get this Message and the object is not displayed.
>
> HEIGHT = 800 > alt="Your browser understands the <APPLET> tag but isn't
> running the applet, for some reason." Your browser is completely
> ignoring the
> <APPLET> tag! --> <!C-APPLET CODE = "application.class" ARCHIVE =
> "cos.jar " WIDTH = 800
--
Markus Stiller
eMail: [EMAIL PROTECTED]
Java 3D Experiments: http://java3d.stilleronline.de
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".