> We do use the standard tag. That's just for MSIE 6

I don't think so:

http://jmol.svn.sourceforge.net/viewvc/jmol/trunk/Jmol/appletweb/JmolC
ore.js?revision=17261&view=markup

374     features.useIEObject = (features.os() == "win" && 
features.browserName == "msie" && features.browserVersion >= 5.5);


http://jmol.svn.sourceforge.net/viewvc/jmol/trunk/Jmol/appletweb/JmolApplet.js?revision=17256&view=markup

162     if (Jmol.featureDetection.useIEObject) { // use MSFT IE6 object tag 
with .cab file reference
163     var _windowsClassId = "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93";
164     var _windowsCabUrl = 
"http://java.sun.com/update/1.6.0/jinstall-6u22-windows-i586.cab";;
165     tHeader += " classid='" + _windowsClassId + "'\n" + " codebase='" + 
_windowsCabUrl + "'\n>\n";
166     } else if (Jmol.featureDetection.useHtml4Object) { // use HTML4 object 
tag




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to