Run quirks mode in one frame and standards mode in another?

前端 未结 4 2052
青春惊慌失措
青春惊慌失措 2021-01-11 10:33

I have an old application that uses frames (not iframes) was was written back in the IE6 days so it runs in quirks mode.

Is it possible (Using IE 7 or 8) to have one

4条回答
  •  臣服心动
    2021-01-11 11:15

    If you can modify the code (or HTML) of the application, you can add a meta tag (just below head), so it forces IE to render it in Quirks mode, like this:

提交回复
热议问题