Js中获取frames中的元素示例代码_javascript技巧
时间:2021-07-01 10:21:17
帮助过:4人阅读
代码如下:
var oCombo = window.parent.frames["frmresourcetype"].document.getElementById('cmbType') ; 获取父frame元素
var oCombo = window.frames["frmresourcetype"].document.getElementById('cmbType') ; 获取子frame元素