关于使用IE兼容性的问题

大虾们好,有个问题想咨询一下,我现在有个页面需要使用chromeframe进行渲染,使用

 <meta http-equiv="x-ua-compatible" content="chrome=1">

后无问题,然后我需要通过该页面中的一个button调用window.open打开另一个页面,这个页面需要使用ie8渲染,我在这个页面中加入了

 <meta http-equiv="x-ua-compatible" content="IE=8">

,但是打开这个页面后发现仍是使用chrome渲染的,求教这是为什么??

http://blog.csdn.net/chuyuqing/article/details/37561313/