Lachlan,

Take a look at the HTML converter application that comes from sun (1.3
plugin site I think), to convert your HTML files with <APPLET> tags into
ones with <OBJECT> (for IE) or <EMBED> for netscape. The converter also
inserts as an attribute of the new tag, a url to the Sun web site that will
automatically download the plugin if it's not already installed on the
client PC. You can change that url to one on your intranet, to serve the
plugin installation as its needed.

For example, something like this <OBJECT> tag (compatible with IE for
windows only) is included in one of my pages:

<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
WIDTH = 100 HEIGHT = 100
codebase="http://mti_dev:8080/java_plugin/j2re1_3_0-win.exe#Version=1,3,0,0"
>
<PARAM NAME = CODE VALUE = "package.Applet" >
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
<PARAM NAME="scriptable" VALUE="false">
<PARAM NAME= ARCHIVE VALUE = Applet.jar >
</OBJECT>

The codebase on the second line indicates where the plugin is available
from.
The HTML converter created this initially from a regular <APPLET> tag. Don't
ask me how it all works, it just does!

Cheers

Mark

> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: 19 October 2000 17:06
> To:   jBoss
> Subject:      Re: [jBoss-User] Applets.
> 
> 
> 
> Hi There,
> 
> First of all, thanks very much for the help and quick responses, it is
> greatly
> appreciated.
> 
> One of the main gripes I have with the Plugin is that it requires an
> install on
> all client machines. It would be nice if there was some way to do the on
> the fly
> (like cabbing the rmi files attempted to do on IE 4). Does anyone know of
> any
> elegant ways of dealing with this problem.
> 
> Regards,
> 
> Lachlan
> 
> 
> 
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]


+----------------------------------------------------------------+
This message and any files transmitted with it are confidential
and intended solely for the use of the individual or entity to 
whom they are addressed.  If you have received this message in 
error please delete it and any files transmitted with it, after
notifying [EMAIL PROTECTED]

Any opinions expressed in this message may be those of the author
and not necessarily those of the Company.  The Company accepts no
responsibility for the accuracy or completeness of any information
contained herein.  This message is not intended to create legal 
relations between the Company and the recipient.

Recipients should please note that messages sent via the internet
may be intercepted and that caution should therefore be exercised
before despatching to the Company any confidential or sensitive
information.
+----------------------------------------------------------------+


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to