On Tue, April 16, 2013, Martin Grigorov wrote: > Does these errors happen in any browser or only in IE ? > I remember such problem in IE - the browser renders the page in modeX and > during download of the resources switches to modeY, so it closes the opened > connections and downloads the resource again. > Either modeX or modeY is QuirksMode.
I can't tell exactly. However I know that 70% of our users use IE, thus the probability is rather high. I'm not even sure if users would get to see the error page here, would they? If not, would it not suffice to just suppress redirecting to the error page here? > The simple solution/workaround is to add <meta http-equiv="X-UA-Compatible" > content="IE=edge"> to your pages. I must admit I don't have the guts to do this. We have a rather complex design and had so many compatibility isssues with the different IE versions that I'm pretty sure we would mess up things with this. If you agree that suppressing the redirect here would make sense, any idea where to do this? Cheers, M'bert -- ----------- / http://herbert.the-little-red-haired-girl.org / ------------- =+= This parrot is no more. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
