HTML code for Java applets that fails gracefully?
From: Mickey Segal (ignored_at_example.com)
Date: 02/27/04
- Next message: Michael Borgwardt: "Re: HTML code for Java applets that fails gracefully?"
- Previous message: Wendy S: "Re: JBOSS vs TOMCAT stand alone production environment"
- Next in thread: Michael Borgwardt: "Re: HTML code for Java applets that fails gracefully?"
- Reply: Michael Borgwardt: "Re: HTML code for Java applets that fails gracefully?"
- Reply: Andrew Thompson: "Re: HTML code for Java applets that fails gracefully?"
- Reply: Jon A. Cruz: "Re: HTML code for Java applets that fails gracefully?"
- Reply: Filip Larsen: "Re: HTML code for Java applets that fails gracefully?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 27 Feb 2004 17:41:32 -0500
What is the best HTML code to add to simple applet tag code so that it fails
gracefully if Java is not working?
These days there are so many ways to have Java not work, involving different
Java VMs and settings in different browsers to turn off Java. What is the
best way now to modify the applet tag code so the user is told that Java is
not working?
The type of HTML code I'd like to add to is of the form:
<applet code="java_working.class" WIDTH="100" HEIGHT="100"></applet>
- Next message: Michael Borgwardt: "Re: HTML code for Java applets that fails gracefully?"
- Previous message: Wendy S: "Re: JBOSS vs TOMCAT stand alone production environment"
- Next in thread: Michael Borgwardt: "Re: HTML code for Java applets that fails gracefully?"
- Reply: Michael Borgwardt: "Re: HTML code for Java applets that fails gracefully?"
- Reply: Andrew Thompson: "Re: HTML code for Java applets that fails gracefully?"
- Reply: Jon A. Cruz: "Re: HTML code for Java applets that fails gracefully?"
- Reply: Filip Larsen: "Re: HTML code for Java applets that fails gracefully?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|