On Sunday 14 August 2005 11:31 pm, alok vaid wrote: > Well I amm trying to load an xyz file placed somewhere on the server > (outside the jmol directory and also outside the public_html > directory). I tried using relative path as well as absolute path to > load the file, but nothing worked.
Loading is done by the applet. So the file that you want to load has to be retrievable via the webserver. The paths below do not seem such. You need to copy the data files onto the webserver (or have a servlet/bla allow access to the data files. > I am using somrhting like this > > jmolApplet(300, "load > ../../../../../lusr/eon/runs/eon0087/data/r0001.xyz"); > > I also tried > jmolApplet(300, "load /lusr/eon/runs/eon0087/data/r0001.xyz"); > > But both dont work. Please advise. Egon ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

