Thanks

> On Jun 18, 2015, at 11:59 AM, Angel Herráez <angel.herr...@uah.es> wrote:
> 
> 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

Philip Bays
Emeritus Professor of Chemistry
Saint Mary's College
Notre Dame, IN 46556
pb...@saintmarys.edu



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

Reply via email to