Well, I've looked into this a little and I see the error same as Mikko, only in Chrome. The error is there in both Jmol.js and JSO methods, but other browsers seem not to notice or care about this. And it happens the same with either doctype, HTML5 or HTML4 (4.01 Transitional)
But the interesting thing --for me-- is comparison of Jmol.js and JSO output: Jmol.js creates the OBJECT with <param name="code" value="JmolApplet"> while JSO puts: <param name="code" value="JmolApplet.class"> So here is something to look at. Indeed, JmolApplet.js source has params.code = myClass + ".class"; which is called with a "JmolApplet" parameter while Jmol.js has params.code = 'JmolApplet'; The applet loads successfully in all cases. ------------------------------------------------------------------------------ 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-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

