Well, there might be HTML editors that can ease your pain. But I think that's the real problem.
Jason Persampieri wrote: > Bob, > > Hehe. The page (which I inherited) was originally a spaghetti of divs > and php code all intermingled. What's left was the minimum necessary > to cause the crash after culling out as much as I could. When I > properly format it, the crash goes away... but sadly not in the 'full' > page. Believe me, I cringe every time I look at the mess :) > > > I'll check out a newer version of jmol... I did update recently, but > apparently I overwrote it when getting a 'fresh' copy of the project. > Ugh. > > _jason > > > On Mon, Apr 28, 2008 at 11:07 PM, Bob Hanson <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Jason, two comments. > > No sense in bothering with Jmol Version 11.3.6 2007-07-23 06:14 > First try to reproduce the problem with Jmoll 11.4.3 or 11.5.30 (not > 11.5.31--that's broken for the applet) > > But, also, take a look at your HTML coding: > > <div id="jmolpanel"> > <a href="getResults.php?id=5146836237250173881&jmol=1">go</a></p> > </div> > </div> > </div> > > > </p> without <p>, two </div>s without <div> -- these are just > asking for > trouble. > > <div id="jmolpanel"> > <div id="jmoloriginalpanel"> > <div id="jmoloriginalapplet"> > <script> > jmolApplet(100, "","original"); > </script> > </div> <br /> > </div> > <div id="jmolcurrentpanel"> > <div id="jmoloriginalapplet"> > <script> > jmolApplet(200, "","current"); > </script> > > </div><br/> > <div id='animationControlsPanel'> > <div id='animationControls'> > <input id='firstframe' type="button" > value='First' /> > <input id='prevframe' type="button" > value='Prev.' /> > <input id='playpause' type="button" > value='Play' /> > <input id='nextframe' type="button" > value='Next' /> > <input id='lastframe' type="button" > value='Last' /> > </div> > > </div> > </div> > > what are these next? > </div> > </div> > </div> > > > </div> > > > Bob Hanson > > >------------------------------------------------------------------------ > >------------------------------------------------------------------------- >This SF.net email is sponsored by the 2008 JavaOne(SM) Conference >Don't miss this year's exciting event. There's still time to save $100. >Use priority code J8TL2D2. >http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > >------------------------------------------------------------------------ > >_______________________________________________ >Jmol-users mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/jmol-users > > -- 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 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

