we using below tag
<object classid = "clsid:8ad9c840-044e-11d1-b3e9-00805f499d93" codebase = "https://java.sun.com/update/1.5.0/jinstall-1_5_0_06-windows-i586.cab#version=1,5,0,06" ' if user doen't have java installed, message prompted asking user installing java 1.5.
my 2 questions:
is there anyway ask user latest version installed? if should given codebase?
we planning remove codebase altogether, since asking java 1.5 (which old) intalled. there way display "unable load applet because of jvm not detected", in case user doesn't have java installed?
Comments
Post a Comment