It seems one of my former messages got lost.

Phil,  this simplest code works fine:

<!DOCTYPE HTML>
<html>
<head>
<script src="jsme/jsme.nocache.js" type="text/javascript"></script>
<script type="text/javascript">
var JSMEditor;
function jsmeOnLoad() {
  if ( document.getElementById('jsmeContainer') ) {
    JSMEditor = new JSApplet.JSME("jsmeContainer", {
      "options" : "multipart,polarnitro,oldLook,atommovebutton",
    });
    JSMEditor.setMolecularAreaLineWidth(2);
  }
}
</script>
</head>
<body>
<div id="jsmeContainer" style="width:400px; height:312px;"></div>
</body>
</html>




------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to