开发者

Why do some Iframes applications Work in IE8 and others dont

开发者 https://www.devze.com 2022-12-20 11:12 出处:网络
I have a simple scenario below it works in XP ie6 but doesn\'t work in Windows 7 IE8.. <html> <head>

I have a simple scenario below it works in XP ie6 but doesn't work in Windows 7 IE8..

<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
&l开发者_运维百科t;/head>
<body>
<iframe src="http://m.dabr.co.uk" width="800" Height="600" /> 
</body>
</html>

Why? and how do i fix it?


Ok seems it was a cookies issue with the default security in IE8

0

精彩评论

暂无评论...
验证码 换一张
取 消