> Safari works correctly when I use jmolApplet(480,"load /testmol.pdb"); but
> if I read the pdb contents into a string (properly constructed, it works
> in FireFox) and use:
>
> jmolApplet(480);
> jmolLoadInline("$pdb");
>
> the I get a crash in Safari:Rich, I agree that this should work. There is a known problem with jmolLoadInline that occurs if your file has embedded single quote characters. Please confirm that your pdb file does not contain single quote characters. You may want to test out loadInline by using a simpler xyz format. See the last example at http://www.jmol.org/demo Miguel ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

