You could add an alert to see if myJmol has been created: var applet = Jmol.getAppletHtml("myJmol", Info); alert(self.myJmol)
Or, it is possible that somehow the myJmol variable is not being set globally, in which case you could try: var applet = Jmol.getAppletHtml("myJmol", Info); window.myJmol = myJmol
------------------------------------------------------------------------------
_______________________________________________ Jmol-users mailing list Jmol-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-users