Philip Bays sent (2004.06.11 at 4.30p [-0500gmt]) :

>2. The applet seems to have broken my tutorial.  I do not get the
>script to load a structure on the opening page, but it does so for
>the subsequent problems.    Here are my "instructions".  It is the
>red line that does not seem to take place.
>
>><td><div name='divApplet2' id='divApplet2' align="center">
><applet name="jMolB" id="jMolB" code="JmolApplet"
>archive="JmolApplet.jar" width="290" height="290" mayscript="true">
><param name ="progressbar" value = "true"/> <param name="emulate"
>value="chime" /> <param name="bgcolor" value="#000000" /> <param
>name="style" value="shaded"/> <param name="debugscript" value="true"
>/> <param name="script" value ="load 'molecule6/molecule6.pdb';
>rotate y 90; rotate x 60; cpk 0.5; wireframe 0.15; spin on;" />
>/
></applet> </div></td> </tr>
>
>
>www.saintmarys.edu/~pbays/StChem/Index.html
>


you have extra single quotes in there.  Console tells me this when I
visit your page:


animationReplayMode=0
FileManager.openFile('molecule6/molecule6.pdb')
animationReplayMode=0
FileManager.openFile('molecule6/molecule6.pdb')
error opening
http://www.saintmarys.edu/~pbays/StChem/DCC/'molecule6/molecule6.pdb'
java.io.IOException
openFile('molecule6/molecule6.pdb') 336 ms
error opening
http://www.saintmarys.edu/~pbays/StChem/DCC/'molecule6/molecule6.pdb'
java.io.IOException
openFile('molecule6/molecule6.pdb') 337 ms



look closely at the error opening... lines.


hth,

tim
-- 
Timothy Driscoll
molvisions - see, grasp, learn.
<http://www.molvisions.com/>
usa:north carolina:wake forest


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Jmol-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to