At 8/24/05, you wrote:
Check it out at

http://www.stolaf.edu/people/hansonr/jmol/docs/#.slab


This is very cool, Bob.

On Windows 98 (sorry, but still my primary development system because it has real DOS; yes I'm going to try to start migrating to linux) the above example
  - works in Netscape 4.8
  - works in Firefox 1.0.6
- fails in Internet Explorer 6.0 SP1: hangs the browser, displays nothing, browser window has to be killed via Ctrl-Alt-Del. If it works in Internet Explorer on Win2000/WinXP, no need to fix it for Win98 -- but thought the question should be posed.

REGARDING JMOL.JS

My suggestion would be that jmolApplet() continue to work as it does now, but that it be recoded internally along these lines:

function jmolApplet(...)
{
   document.writeln(jmolAppletString(...));
}

In other words, generate the string in a new function jmolAppletString() (just the old one slightly modified) and then you can use jmolAppletString(), while people already using jmolApplet() can continue without needing to change anything.

-Eric


/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
Eric Martz, Professor Emeritus, Dept Microbiology
U Mass, Amherst -- http://www.umass.edu/molvis/martz

Protein Explorer - 3D Visualization: http://proteinexplorer.org
Workshops: http://www.umass.edu/molvis/workshop
Biochem Structure Tutorials http://MolviZ.org
World Index of Molecular Visualization Resources: http://molvisindex.org
ConSurf - Find Conserved Patches in Proteins: http://consurf.tau.ac.il
Atlas of Macromolecules: http://molvis.sdsc.edu/atlas/atlas.htm
PDB Lite Macromolecule Finder: http://pdblite.org
Molecular Visualization EMail List (molvis-list):
      http://bioinformatics.org/mailman/listinfo/molvis-list
- - - - - - - - - - - - - - - - - - - - - - - - - - - */



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to