This can happen if something on the page tells Jmol that HTML5 is not
allowed, which is supposed to be only the case for MSIE 8.
JSmolApplet.js:
case "HTML5":
if (Jmol.featureDetection.allowHTML5){
applet = Applet._getCanvas(id, Info, checkOnly, false);
} else {
List.push("JAVA");
}
break;
JSmolCore.js:
features.allowHTML5 = (features.browserName != "msie" ||
navigator.appVersion.indexOf("MSIE 8") < 0);
------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users