the quotes are correct. That's not it. Either
jmol = "jmol"
...buttons created here, before creation of applet...
jmol = Jmol.getApplet(jmol, Info)
or, if no preliminary controls, you can just do this:
jmol = Jmol.getApplet("jmol", Info)
This is fixed. Paul, it was just that we were assigning a variable, an
Object ID, and an Object name all the same name. I've changed JmolApplet.js
so that it adds an underscore "_" to the beginning of the applet id for the
object/applet tag id and name. This fixed it. We never reference those
anyway, I believe. (And nobody else should now, either!)
Bob
On Mon, Jun 11, 2012 at 2:58 PM, Paul Pillot <
[email protected]> wrote:
>
> Le 11 juin 2012 à 21:10, Angel Herráez a écrit :
>
> Testing in IE9 (64-bit, Win7):
>
> The IE console reports a javascript error at line 31,
> jmol = Jmol.getApplet( "jmol", Info)
>
> that's because is should be : jmol = Jmol.getApplet( jmol, Info)
> (without quotes)
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Jmol-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jmol-users
>
>
--
Robert M. Hanson
Larson-Anderson Professor of Chemistry
Chair, Chemistry Department
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
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users