Scott,
I took a look at the html source of the page which you sent me ... the one
that you were having trouble with ... the one that was corrected when I
sent you the latest JmolApplet.jar file.
I see that you are listing several different .jar files in your
<applet .... archive="foo.jar,bar.jar,baz.jar,...">
statements.
With older versions of Jmol you needed multiple .jar files. With the
latest release of Jmol you should *not* list multiple .jar files. All of
the librararies are bundled into a single .jar file. Your applet statement
should say
<applet code="JmolApplet" archive="JmolApplet.jar"
width="200" height="200">
I suspect that this may have been a big part of your problem.
Miguel
---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Chem Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="444" align="center">
<tr>
<td width="436"> <font size="6"><strong>Chem 112-114-115
Demo</strong></font></td>
</tr>
</table>
<table align="center" border="2" bordercolor="#663300">
<tr>
<td> </td>
<td> <applet name="jmol2" code="JmolApplet"
archive="jmol3.jar,gnujaxp-saxonly.jar,jas.jar,junit.jar,vecmath1.2-1.14.jar,gnujaxp.jar,jmolappletcdk.jar,multi.jar,Acme.jar,itext-0.94.jar,jmolcdk.jar,saxon.jar"
width="200" height="200">
<param name="load" value="methanol1.cml"/>
<param name="wireframeRotation" value="true"/>
<param name="label" value="symbol"/>
</applet></td>
<td> <applet name="jmol3" code="JmolApplet"
archive="jmol3.jar,gnujaxp-saxonly.jar,jas.jar,junit.jar,vecmath1.2-1.14.jar,gnujaxp.jar,jmolappletcdk.jar,multi.jar,Acme.jar,itext-0.94.jar,jmolcdk.jar,saxon.jar"
WIDTH="200" HEIGHT="200">
<param NAME="load" VALUE="methanol1.cml"/>
<param NAME="wireframeRotation" VALUE="true"/>
<param NAME="label" VALUE="number"/>
</applet> </td>
<td> <applet name="jmol2" code="JmolApplet"
archive="jmol3.jar,gnujaxp-saxonly.jar,jas.jar,junit.jar,vecmath1.2-1.14.jar,gnujaxp.jar,jmolappletcdk.jar,multi.jar,Acme.jar,itext-0.94.jar,jmolcdk.jar,saxon.jar"
WIDTH="200" HEIGHT="200">
<param NAME="load" VALUE="methanol1.cml"/>
<param NAME="wireframeRotation" VALUE="true"/>
<param NAME="label" VALUE="symbol"/>
</applet> </td>
<td> </td>
</tr>
</table>
</body>
</html>
-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Jmol-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jmol-users