在javascript中获取框架的高度
我目前正在一个带有一些遗留表示层的系统中工作——它使用框架(实际上,在框架集框架中)。
为了让一些事件处理启动并运行,我希望在框架调整大小时获取事件,或者至少能够以某种方式测量框架的高度。似乎没有跨浏览器的方法可以做到这一点。有人尝试过这样的事情吗?
I'm currently working in a system with a bit of a legacy presentation layer -- it uses frames (actual, in a frameset frames).
To get some event handling up and running I would like to get events when the frame resizes or at least be able to measure the height of the frame somehow. There seems to be no cross browser way to do this. Has anyone tried anything like this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个 - 另外你可能也必须在所有浏览器上尝试这个 -
Try this - Also you might have to try this on all browsers too -