Hi, and thanks for your help! Well, when I was searching for a way to run my jmol pages locally, I found the instructions in the jmol wiki http://wiki.jmol.org/index.php/Jmol_Applet_Deployment_Local and after some trying around with the proposed methods, decided to use method c, using jmolInitialize("../../Jmol",window.location.protocol == "file:"); which, according to what's said on that page, should use the signed applet if needed. Luckily, I also put the jmol files into the correct position in the file path. So far, this worked fine for me, whether I opened my pages with a file://... url locally or with a http://... url to open the pages over a web server, and to tell the browser to trust the applet once per session did not seem too much of a bother. However, when I replaced the jmol 10.3.1 files by the jmol 11 beta files, nothing worked. Eventually I realized that I could not just rename the jmol-11.js file to jmol.js, but had to change the reference to the file, and I at least got it to work from the server. Now, if I also remove the ",window.location.protocol == "file:" from all files, things should work again. But it took your answer to my question for me to realize that this was the problem. Annemarie
|
------------------------------------------------------------------------- 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

