Hi Everybody,
Can any one pl. give me the correct <object> tag and the <embed> tag that
will automatically load jre1.4 from the internet before an jre1.4 compliant
applet is being displayed.
the following does not seem seem to be working


<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript1.2">
                        if(document.layers) {
                        document.write('<EMBED
type="application/x-java-applet;jpi-version=1.4" width="200" height="200"
align="baseline" code="ChartingToolV1_11new_5_4.class" codebase="."
pluginspage="http://java.sun.com/products/plugin/1.4/plugin-install.html";></
EMBED>');
                        }
                        if(document.all || document.getElementById) {
                        document.write('<OBJECT
classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="200"
height="200" align="baseline"
codebase="http://java.sun.com/products/plugin/1.4/jinstall-14-win32.cab#Vers
ion=1,4,0,mn">');
                        document.write('<PARAM NAME="code"
VALUE="ChartingToolV1_11new_5_4.class">');
                        document.write('<PARAM NAME="codebase" VALUE=".">');
                        document.write('<PARAM NAME="type"
VALUE="application/x-java-applet;jpi-version=1.4">');
                        //document.write('<PARAM NAME="scriptable"
VALUE="true">');
                        document.write("Warning: No JDK 1.4 support for this
Applet.");
                        document.write("</OBJECT>");
                        }

                </SCRIPT>

Thanks in advance for any solution.
Regards,
Partha
*********************************************************************
Disclaimer: The information in this e-mail and any attachments is
confidential / privileged. It is intended solely for the addressee or
addressees. If you are not the addressee indicated in this message, you may
not copy or deliver this message to anyone. In such case, you should destroy
this message and kindly notify the sender by reply email. Please advise
immediately if you or your employer does not consent to Internet email for
messages of this kind.
*********************************************************************

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to