Try it now.

Angel Herráez wrote:

> Thanks Bob, but...
>
> 1.- The link is mistyped, should have a hyphen rather than an underscore:
>
> http://chemapps.stolaf.edu/jmol/docs/examples-11/Jmol.js
>
right, thanks.

>
> 2.- I am getting a javascript error in Firefox:
>
> Error: applet.loadInlineScript is not a function
> Archivo de origen: file:///F:/webs/biomodel/Jmol/minimize/Jmol.js
> Línea: 373
>
> which is
>
> function jmolLoadInline(model, targetSuffix) {
>   if (!model)return
>   var applet=_jmolGetApplet(targetSuffix);
>   if (!applet)return
>   if (typeof(model) == "string")
>     applet.loadInlineScript(model, "", false);  // THIS ONE

should read "applet.loadInlineString(..."

>   else
>     applet.loadInlineArray(model, "", false);
> }
>  



-- 
Robert M. Hanson
Professor of Chemistry
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr


If nature does not answer first what we want,
it is better to take what answer we get. 

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900



-------------------------------------------------------------------------
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-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to