Dear users,
I am new with Jmol Applet.
I have been folowwing the web page guide but I have a problem.
When I tried to load a pdb file that it is not placed in the directory where JmolApplet is, I get an error telling me the access to that file is denied. But when I try with some of the examples in the jmol directory it works fine My pdf files are located in /home/pdb/ directory and the apllet is in /home/bin/jmol
These are the tags I am using ofr my web page:

<html>
<title>Example 1</title>
<body>
<applet code="JmolApplet" codebase="/home/jmol" archive="/home/jmol/JmolApplet.jar" width="350" height="350">
        <param name="load"   value="/home/pdb/model1.pdb">
       <param name="bgcolor" value="#DDDDFF">
        <param name="script"  value="wireframe off;backbone 80;colour chain">
          </applet>
</body>
</html>

What I am doing wrong?.

Thank you very much in advance




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to