Forget my former message. I see that you are calling the applet from Bob's site, not from yours.
So the problem seems to be that you are calling jmolApplet() BEFORE jmolInitialize(), so it probably trying to load Jmol from the page directory (you can only omit jmolInitialize() in special setups). jmolInitialize() MUST GO BEFORE any calls to the applet. I always put int right at the beginning of the <body> ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
