My HTML (and CSS) now validate, and I've updated to jmol 11.4.2.

Sadly, the crash still occurs.  Any ideas what can cause the "Error while
creating embedded frame"?  I can't seem to find any info on this error or
the WNetscapePluginObject.  That said, I don't have any Java experience to
go on here.

_jason

On Tue, Apr 29, 2008 at 2:24 AM, Bob Hanson <[EMAIL PROTECTED]> wrote:

> 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
>
-------------------------------------------------------------------------
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

Reply via email to