Hi, I am attempting to rewrite and port code that was written well before I
got here.  The version of jmol my company is currently using is 10.00.  I am
simply using the jmol applet on a website, like we had previously.  I have
downloaded 11.2.14 using the instructions on the jmol website.  I am
COMPLETELY new to jmol.  I have figured out where to put the javascript and
the model files.  In my html code, I have these lines that work as long as I
am using 10.00:

 

<script src="js/jmol-11.2.14/Jmol.js"></script>
                                      <script>
 
jmolInitialize("js/jmol-11.2.14");
                                              jmolApplet(300, "load
pdbFiles/1FNT; ribbons; color structure; select all; cpk off; wireframe off;
select ligand; wireframe 40; spacefill 120"); 
                                      </script>
 
 
Is there a difference between 10.00 and 11.x that would make this code not
work properly?  I looked online at the documentation, but I can't find what
I am looking for.  I can't find information on arguments for jmolApplet()
that match what I have here.  Any help or point in the right direction would
be appreciated.
 
Emily

 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to