Hi,

I've coded up my first problem with Jsmol and it works fine on the latest
Chrome and Firefox.  But it doesn't work on Internet Explorer 11 or Safari
(latest).  The both complain about the file format.  IE says 'unrecognized
file format for file xxx' and Safari says it doesn't know how to open the
binary file.

I'm using .mol files.

I'm invoking the viewer with the following code:

<script src="/adm/jmol/Jmol.js" type="text/javascript"></script>
<script type="text/javascript">jmolInitialize("/adm/jmol");</script>
<script type="text/javascript">jmolApplet(150,"background [xFFFFCC]; load
../Graphics/type04/$correctMolecularGeometry.mol");</script>

It would be great to get this to work on IE since that is what is available
on our instructional computers.

Thanks,
Bob Gonzales
_______________________________________________
LON-CAPA-users mailing list
LON-CAPA-users@mail.lon-capa.org
http://mail.lon-capa.org/mailman/listinfo/lon-capa-users

Reply via email to