调整大小不适用于chrome

时间:2014-12-18 17:19:36

标签: javascript google-chrome

我有一个onresize事件的框架在IE中工作正常,但在chrome中没有。 这是代码。

<IFRAME id="fmePreview" src="" frameBorder="0" width="100%" scrolling="no" height="100%"
                    style="BACKGROUND-COLOR: transparent" runat="server" onresize="fmePreview_Resize()">
                </IFRAME>

有人建议我这样做,但它只是在加载时工作。

onload="var win = this.contentWindow?this.contentWindow:this;win.onresize=function(){parent.document.title = 'resized @'+new Date();}"

任何帮助

0 个答案:

没有答案