Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

X-UA-Compatible for frames in different IE version have different behavior

$
0
0

Design a page reproduce.html as below:

<html>
<head>

    <META content=IE=5 http-equiv=X-UA-Compatible>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name='BuildName' content='per450.263'>
    <meta name='BuildDate' content='09/12/2011'>
    <meta name='Copyright' content='? Copyright IBM Corp. 2002, 2009.  All Rights Reserved.'>
</head>

<FRAMESET id=BannerFrame frameSpacing=0 border=no frameBorder=0 onload="resizeWindow(997, 642)" rows=70,*>
<FRAME id=2 title=Banner noResize src="Banner.html" name=banner scrolling=no>
<FRAMESET id=RouterFrame frameSpacing=0 frameBorder=0 rows=*,720>
<FRAME id=4 title="Form" src="Form.html" name=form>
<FRAME id=5 title="Workflow Actions Region" src="Search_Records.htm" name=router></FRAMESET>
</FRAMESET>

</html>

It has two frameset, the second frameset has two frames, one of the frame is Search_Record.html, in that web page, it also specifies the meta tag as<META http-equiv="X-UA-Compatible" content="IE=edge">.

But the setting in the mail page will overwrite the setting in the frame, is there any work around to make this possible, that it, the frame can have its own render mode.


Viewing all articles
Browse latest Browse all 3527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>