Hi, I'm trying to use jmolLoadInline()

It works well in Firefox and Opera, but in IE 6 and IE7 I get this error:

Runtime error
line: 377
Error: java.Lang.Exception: java.Lang.Exception: loadInlineString{0} :method 
does not exist

The applet and Jmol.js are latest from Bob's site (11.5.22dev)

Looks like some code problem in Jmol.js incompatible with IE. I had never used 
inline 
loading before.

The model data (MOL format) is being loaded from a textarea, using

<input type="button" value="transfer Molfile data" 
onClick="jmolLoadInline(document.getElementById('molData').value)">

Upn clicking on that button, I get an alert (by the scripting error handling) 
with this error.
Firefox and Opera report no javascript errors.

Any help will be appreciated


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to