I'm trying to feed GET returns from the NIH Chemical Identifier Resolver directly to Jmol without using the signed applet. My reasons for wanting to do this are not just Jmol related. I need to be able to feed other NIH data to JavaScript on my page - a JavaScript security violation under normal circumstances. To get around this, I'm using a combination of server side scripting to feed the NIH data to my server and an iFrame to work with the server regurgitated data on my page. This is working for me in Windows with Firefox, Chrome, and MSIE, the three Windows browsers I try to keep happy.
Once again, I do not have access to Mac testing. My single Mac contact is off in Colorado playing golf. The potential weak link here in not iFrames, which I'm pretty sure modern Mac browsers support. The potential weak link is iFrame communication on Mac browsers and most importantly, the availability of an independent iFrame onload option. This is required to hold off page action until the NIH data is completely loaded (reloaded actually - NIH to my server to my page). If there are any list Mac users willing to take pity on me, would you report the result of the following: 1) Load (could be a slow load) http://chemagic.com/web_molecules/script_page_large.aspx 2) Click The Molecule Editor link. 3) In the command field, type and run four commands (Run Script link): a) loadnih isooctane b) namenih c) smilesnih d) smilesnih bullvalene a) This should load "isooctane" (NIH goes with the industrial misnomer). b) This should echo the iupac name. c) This should echo the unique SMILES of "isooctane" d) With "isooctane" still in the window, this should echo the unique SMILES of bullvalene. Thanks in advance for any who are willing to try this. Bring on the bad news. Otis -- Otis Rothenberger chemagic.com ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

