Jay, I'm not sure if this is the cause of your problmm but, as a 
general rule, Jmol needs double quotes around file names for the load 
command (or no quotes at all, as long as the file name and path does 
not contain any conflictive characters)
So, try exchanging your double and single quotes:

jmolApplet(["100%","100%"], 'load 
"http://www.rcsb.org/pdb/files/1I78.pdb1.gz";);')

And you don't need the array if your applet is square:
jmolApplet("100%", ...


Also, for loading files form the PDB server, there is the short 
syntax:
jmolApplet("100%", 'load =1I78')


Apart form that, if the local vs. url problem persists, that must be 
looked upon; please post again in the list.






------------------------------------------------------------------------------

_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to