Re: IE 10 vs IE 8 w/RabbitWeb
"seecwriter" <seecwriter-/[email protected]>
| Newsgroups | gmane.comp.hardware.rabbit-semiconductor |
|---|---|
| Message-ID | <[email protected]> |
I looked at the Ethernet library used on another rabbit project that serves up a webpage and found that it had a couple of defines that my project didn't have. #define HTTP_MAXSERVERS 1 #define HTTP_MAXBUFFER 1024 I added those two defines and now it works with IE v8. Go figure! If anything, I would have expected the older IE to work and the newer version fail. Thanks, Steve --- In [email protected], Phil D <phil.dyke@...> wrote: > > a bit more detail might be needed > > make sure your html has > <!DOCTYPE html> > > at the top ive found older IE to be particular about that > > also had to add > <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">on some html > before just so IE works > > thes lines may make the difference can't really help without any detail, > could you attach the html it serves up? > > > > > On 12 September 2013 19:37, seecwriter <seecwriter@...> wrote: > > > ** > > > > > > I have an RCM3000 application that has been built with DC v9.21 for > > years. I managed to shrink the app enough to be able to compile with > > DC 9.62. So far everything still works with the exception of the > > webpage the Rabbit serves up. IE v8 is no longer able to display the > > webpage while IE v10 does fine. Is there some setting I need to adjust > > to make IE 8 work again? > > > > Steve > > > > > > >