window.parent.document.getElementById("menutree").contentWindow.location.reload();
</c:if>
主要是实现:在右侧iframe对菜单增删改操作的时候,刷新左侧iframe树形菜单;
window.parent.document.getElementById("menutree")现获取到右侧iframe
contentWindow这是关键,感觉应该是起到转呈window的作用;
location.reload();重新刷新;