Hi Razu - if by 'downloading fails' you mean 'use the Sun JVM if the MS JVM
isn't present', then you can use the Sun Java Plug-in - search on the
java.sun.com site and you'll find the docs. There is an app that is included
with the J2SE SDK that will read an existing applet tag and convert it to
use a combination of script and applet/object/embed tabs to cover all
eventualities - this will generate the html (and js) you need in your page
for you.
Hope that helps,
--
Kevin Hooke
MindBeans Software Consulting
http://www.mindbeans.net
"Razu" <> wrote in message
news: om...
> HI Friends,
>
> I have a java1.1.8 support Applet program (signed cab file) , But in
> some systems without MS JVM or an error in MS JVM cab won't work so I
> have a signed jar file. For MS JVM applet I'm using applet tag and Sun
> JVm Using Object tag. My problem How can I automatically switch over
> to SunJvm , if a user has no MS JVM or any error in downloading
> through MS JVM. Have any method to specify both cab and jar
> simultaneously and work another if one is failed.
>
> It would be very helpful, If any one can help me.
>
> Regards
> razu