Hi Jeff

this sounds like the typical quotes rpoblme with javascript. But 
maybe I haven't read thoroughly your code.
I will suggest a quick fix; if it doesn't work, write again

Basic principles:
1) Jmol needs double quotes for certain parameters, file names are 
one of them.
2) Javascript needs alternating double and single quotes and 
sometimes escaping them

<script type="text/javascript">
jmolButton('set echo top left; echo Loading files; refresh; load 
files "=1crn" "=1blu" "=1hje"; set echo bottom left; echo 1CA2;', 
"Load 
files"); 
jmolBr(); 
</script>


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to