Re: [Jmol-users] which jmol applet?

2008-08-30 Thread Angel Herráez
Hi Jeff That shuld be in the doc... No! jmolEvaluate is not documented in http://jmol.sourceforge.net/jslibrary/ Let me take a look at Jmol.js code... function jmolEvaluate(molecularMath, targetSuffix) So, you work as with jmolScript. That would be: var Energy =

[Jmol-users] which jmol applet?

2008-08-29 Thread Jeff Hansen
If I use a function like this: function getEnergy() { var _jmolText = document.getElementById('jmolText'); var Energy = jmolEvaluate('getProperty(auxiliaryInfo.zeroPoint)'); var text = Energy = + Energy + kJ/mol\n; var