Also, if the page loads but is completely blank in IE, check that you don't have comments before the <!DOCTYPE ...> declaration. This is a very annoying bug in IE many people (including myself) got stuck into.
Regards Lorenzo On Dec 9, 8:35 am, rjcarr <[email protected]> wrote: > The GWT will compile for IE by default so that shouldn't be your > problem. If you open your page in IE and nothing is shown you likely > have a javascript error. Your best bet is to run the app in devmode > (using IE, of course) and see what errors are thrown. That should > give you some direction as to what's going wrong. > > On Dec 8, 12:32 pm, Marcelo L <[email protected]> wrote: > > > I've developed an app using GWT and work with Firefox, Chrome and > > Safari, but not with Explorer, I can´t make Explorer to load the GWT > > script. Is there any configuration (of javascript) that I have to set > > on Explorer for running my app? Is there any rules to consider? -- 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.
