Ciao Pino

I think you are giving all your MEP buttons the same ID, so the browser 
somehow only remembers the last one

jmolButton("load wp-content/nitrobenzene.txt; isosurface resolution 6 vdw 
80% color range all map MEP translucent;", "MEP 80%vdw", "MEP 80%");

The final "MEP 80%" is making the problem. That will be the html ID of the 
button, and they should be unique.

function jmolButton(script, label, id, title) {
        return Jmol.jmolButton(_jmol.target, script, label, id, title);
}
Jmol.jmolButton(JmolObject, script, label, id, title)

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to