Hi Stefanie I think your problem is with quotes; since the filenames must go between double quotes, you must use single quotes for the javascript:
jmolApplet(600, 'load "myfiles" "1F88.pdb" "1tl9.pdb"', 'test'); Apart from that, you should avoid if possible using absolute paths (starting at C:). Use a relative path instead, such as: <script src="../jmol-11.0/Jmol.js"></script> jmolInitialize("../jmol-11.0"); In which folder are your pdb files? Do they get loaded, or not? There may be a path problem. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Jmol-users mailing list Jmol-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-users