在iframe窗体内 获取父级的元素;;在父窗口中获取iframe中的元素

在iframe中获取父窗口的元素


$(‘#父窗口中的元素ID’, parent.document).click();

  

在父窗口中获取iframe中的元素

$(“#iframe的ID”).contents().find(“#iframe中的控件ID”).click();

  

posted @ 2018-01-25 17:09  放荡不羁的春天  阅读(597)  评论(1编辑  收藏  举报