gpt4 book ai didi

javascript - 面临 IE-9 浏览器兼容性问题

转载 作者:行者123 更新时间:2023-12-03 10:42:57 26 4
gpt4 key购买 nike

我的 ADF Web 应用程序面临兼容性问题。尝试添加元标记 - ' <meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" /> '甚至尝试注入(inject)java脚本来抑制兼容性问题,但没有任何反射(reflect)。下面是java脚本-

`

<af:resource type="javascript">
var meta = document.createElement('meta');
meta.setAttribute('http-equiv', 'X-UA-Compatible');
meta.setAttribute('content', 'IE=Edge');
document.getElementsByTagName('head')[0].appendChild(meta);
</af:resource>

`

在.jspx页面中添加元标记如下-

1)'

<af:document>
<f:facet name="metaContainer">
<f:verbatim>
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8;IE=7;IE=EDGE"/>
</f:verbatim>
</f:facet>
-----
<f:facet>
----
----
</f:facet>
</af:document>

'

2)'

<af:document>    
<f:facet name="metaContainer">
<af:group id="metaContainer">
<trh:meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE"/>
</af:group>
</f:facet>
</af:document>

'

None of the above approaches are working with the application, Kindly help me out with your suggestions.

Thanks in advance

最佳答案

最好知道您到底面临哪种兼容性问题,IE 版本、Jdeveloper 版本等。

但是,作为一个疯狂的猜测,我会推荐这个博客: http://jonasdegraaff.blogspot.co.uk/2013/11/how-to-run-your-adf-111x-application.html

关于javascript - 面临 IE-9 浏览器兼容性问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28695914/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com