Bob,

Thanks for your quick reply.

On Apr 21, 2006, at 3:24 PM, Bob Hanson wrote:

1) I don't see the necessary

<script language=javascript src=Jmol.js></script>

there.

It's there, and sorry for the confusion. I just didn't include it because I wanted to be terse, which was a mistake. Here's the whole page:

<html>
<head>
<title>Molecular Gallery</title>
<script language=javascript src="Jmol.js"></script>
</head>
<body bgcolor="#ffffff">
<center><img src="molgallery2.jpg" alt="Molecular Gallery"></center>
<form>
<script>
jmolInitialize("../Gallery");
jmolApplet(300,"load gallery/caffeine.xyz");
jmolBr();
jmolMenu([
"load gallery/c2h5oh.xyz",
"load gallery/caffeine.xyz",
]);
</script>
</form>
</body></html>




2) Are JmolApplet0.jar - JmolApplet6.jar in http:// www.wag.caltech.edu/home/rpm/Gallery


No, that page uses a little applet I wrote myself years ago. I just rewrote it in 400 lines of Jython, if anyone wants to play with a cute little toy. But it's only a toy, not the impressive piece of code that the JmolApplet is not, and I'd like to learn how to use JmolApplet in this context.





-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to