6

我正在创建一个网站,我的 HTML 将嵌入到我无法控制的页面中。我希望我的页面以 IE9 标准模式呈现。为了做到这一点,我让我的第一页使用嵌入标签嵌入第二页,以允许第二帧处于标准模式。这个技巧在这里讨论:

http://stackoverflow.com/questions/2332125/can-an-iframe-content-be-rendered-in-standards-mode-when-the-parent-is-rendered

不幸的是,根据 Internet Explorer 的版本,这会导致额外的 HEAD 请求或额外的 GET 请求。这在这里讨论:

https://superuser.com/questions/560647/ie10-unexpectedly-sends-a-head-request-for-pdf-what-has-changed

我想避免这些额外的要求。有谁知道这样做的方法?

谢谢。

4

0 回答 0