Hi Vivi
In principle, you include the path together with the filename:
jmolApplet(350,"load /whatever/path/is_your_file/S_0003_8934_0001.pdb");
However, using absolute paths is delicate, due to Java security restrictions.
That will only work from web server, not from local file.
Make sure to read a summary at
http://jmol.sourceforge.net/jslibrary/index.en.html#General%20Recommendations
------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

