On Mon, Dec 5, 2011 at 12:55 PM, Thomas Broyer <[email protected]> wrote: > > > On Monday, December 5, 2011 11:38:28 AM UTC+1, bognekadje wrote: >> >> Hi, >> I am using gwt 2.3 (with UiBinder) and try to launch my application on >> internet explorer 6. >> I got a blank page with and error message such as onModuleLoad() >> fails. > > > Such an error message probably means you're running in DevMode, in which > case you should have hints as to what failed in the DevMode window (or the > "Development Mode" in Eclipse if you use the Google Plugin for Eclipse). > >> >> Firstly, i want to know if gwt 2.3 can be use on internet explorer 6.
You probably know that IE 6 is absolutely outdated and that you'll have a lot of trouble making your ideas work on IE 6. That is - btw - not a GWT problem, but a problem of any kind of stuff that should run on IE 6. IE6 is just "evil". GWT does an excellent jobs making cool things work on IE6. But still - you'll have problems. I would 1) Negotiate hard to drop IE 6 support or 2) Use ChromeFrame to abstract IE6 away. If you check out HtmlBoilerplate (http://html5boilerplate.com/) it is really simple and does not need an admin account on the PC: <!--[if lt IE 7 ]> <script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.2/CFInstall.min.js"></script> <script>window.attachEvent("onload",function(){CFInstall.check({mode:"overlay"})})</script> <![endif]--> Best, Raphael > > > Yes. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/RTmjfBZvtRkJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. -- inc: http://ars-machina.raphaelbauer.com tech: http://ars-codia.raphaelbauer.com web: http://raphaelbauer.com -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
