Hi all,

I want to display a new structure in a JSMol window where another structure is 
being displayed.
I keep getting this error alert message:

Error connecting to server: 
http://your.server.here/jsmol.php?call=getRawDataFromDatabase&database=_&query=http%3A%2F%2Fcancer3d.org%2FstructuresChains%2F3DQWA.pdb


 when I apply this code at a button click:

$(".interactionButtonStructure").click(function(){
            //Need current PDB and ChainID
            var command = "load http://cancer3d.org/structuresChains/3DQWA.pdb; 
display *:A/1.1;";
            Jmol.script(jsmolApplet0,command);
});

When I accept the error warning, the previously filled JSMol view hides / 
undisplays the current structure.

Any ideas?
Thank you for you help in advance, 
Thomas


------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to