热搜:NVER node 开发 php

获取iframe的标签属性_html/css_WEB-ITnose

2024-11-16 16:20:01
获取iframe的标签属性_html/css_WEB-ITnose

假如在一个iframe 的src里为一个a.jsp  我现在想在这个a.jsp中 获得 包含他的iframe的属性,如宽、高等。请问这个该怎么写。


回复讨论(解决方案)

$(window).width()
$(window).height()

自己找到方法了 window.frameElement.height