> In the applet it is particularly useful to be able to step through > molecules. At present we generate 500 HTML pages, each with an applet > and display them on demand. It would be useful to have one applet. I > suppose there is a javascript workaround so we can poke in the CML to a > single applet? If so, it would be useful even though I don't like > Javascript for portability reasons
<script> function loadModel(filename) document.jmol.load(filename); } </script> <applet name="jmol" ...> </applet> ------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Jmol-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-developers
