Difference between revisions of "Sandbox Smiles"

From Jmol
Jump to navigation Jump to search
(Created page with 'Loading from SMILES: <jmol> <jmolApplet> <signed>true</signed> <size>250</size> </jmolApplet> <jmolMenu> <item> <script></script> <text>..choose..<...')
 
Line 6: Line 6:
 
     <size>250</size>
 
     <size>250</size>
 
   </jmolApplet>
 
   </jmolApplet>
 +
</jmol>
 +
<jmol>
 +
  <jmolButton>
 +
      <script>var x=prompt('enter a SMILES string','');if (!x) {quit}; load @{'$' + x};
 +
      </script>
 +
      <text>enter a SMILES and load</text>
 +
  </jmolButton>
 
   <jmolMenu>
 
   <jmolMenu>
 
     <item>
 
     <item>

Revision as of 18:57, 25 September 2010

Loading from SMILES:

Contributors

AngelHerraez