Dale, try to put the equal inside the quotes, not outside
load "=8tln" //works
load ="8tln" //does not work
So I assume you need
<a href='javascript:Jmol.script(jmolApplet0,"isosurface ID DenMap sigma
1 within 7.0 {26:E} color blue "=8tln" mesh nofill")'>Load Map from
EDS</a>
And always you have trouble with nested quotes it is easier to get one part
out like
<script>
function myScript() {
Jmol.script(jmolApplet0, 'isosurface ID DenMap sigma 1 within 7.0 {26:E}
color blue "=8tln" mesh nofill');
}
</script>
<a href='javascript:void(myScript())'>Load Map from
EDS</a>
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users