Re: Problem: JSP works in Firefox but not in Internet Explorer

2009-05-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan, On 5/21/2009 4:51 PM, Jan Peters-Anders wrote: > The taglib uses > > document.body.appendChild > > which causes IE 7 to crash Shocking. > :( Microsoft states as workaround to upgrade > to IE 8, that is a very good solution They also suggest:

RE: Problem: JSP works in Firefox but not in Internet Explorer

2009-05-21 Thread Martin Gainty
9 22:51:06 +0200 > From: peters...@gmx.at > To: users@tomcat.apache.org > Subject: Re: Problem: JSP works in Firefox but not in Internet Explorer > > Dear Christopher, > I found the cause for my troubles: > > http://support.microsoft.com/kb/927917/en > > The tagl

Re: Problem: JSP works in Firefox but not in Internet Explorer

2009-05-21 Thread Jan Peters-Anders
Dear Christopher, I found the cause for my troubles: http://support.microsoft.com/kb/927917/en The taglib uses document.body.appendChild which causes IE 7 to crash :( Microsoft states as workaround to upgrade to IE 8, that is a very good solution You helped me with your hint: The parts of

Re: Problem: JSP works in Firefox but not in Internet Explorer

2009-05-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan, On 5/19/2009 6:54 PM, Jan Peters wrote: >> If you don't include the Flash document embedded in the HTML document, >> does MSIE still crash? Try simply using HTML comments to remove it: >> >> > > unfortunately to no avail. MSIE still crashes? Ev

Re: Problem: JSP works in Firefox but not in Internet Explorer

2009-05-19 Thread Jan Peters
Hi Christopher, Christopher Schultz schrieb: > When you say "embeds a Flash object within a JSP page", do you mean that > your JSP generates a .swf document, or are you saying that the HTML your > JSP generates causes a .swf document to be fetched by the browser? > > The latter. > > Wow, does M

Re: Problem: JSP works in Firefox but not in Internet Explorer

2009-05-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan, On 5/19/2009 3:47 AM, Jan Peters wrote: > I developed a mapserver client application that embeds a > Flash object within a JSP page using a taglib to trigger a JSP > database query to create a new map for the viewer. Wow! When you say "embeds a

Re: Problem: JSP works in Firefox but not in Internet Explorer

2009-05-19 Thread Hassan Schroeder
On Tue, May 19, 2009 at 12:47 AM, Jan Peters wrote: > I developed a mapserver client application that embeds a Flash object within > a JSP page using a taglib to trigger a JSP database query to create a new map > for the viewer. All of this works perfectly in Firefox but Internet Explorer > ex

Problem: JSP works in Firefox but not in Internet Explorer

2009-05-19 Thread Jan Peters
Dear all, I developed a mapserver client application that embeds a Flash object within a JSP page using a taglib to trigger a JSP database query to create a new map for the viewer. All of this works perfectly in Firefox but Internet Explorer exits with the error "Site [mysite] cannot be loaded.