stefanie neumann a écrit :

>hi, i have a little problem. i load my file which es located on the server, 
>but i get a filenotfound exception. this is my code:
>
>
>var script= "load" + " " + dateiname;
>      
>jmolInitialize("jmol_zeug/jmol-11.0");
>jmolApplet(600, script); 
>
>the file is located in the directory: e:/programme/xampp
>
>how can i get it??? the folder jmol_zeug ist located in the folder xampp.
>
>i hope somebody can help me.
>thanks,
>steffi
>  
>
Due to security restrictions, Jmol is unable to load files locally  from 
a different directory than its or its children's folders.
Hence, you should move your files to jmol's folder and access them 
through a relative path (e.g. jmol_zeug/myfile.pdb)
Regards,
Paul

-------------------------------------------------------------------------
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

Reply via email to