js加载或更新父页面的iframe
更新:HHH   时间:2023-1-7


重新加载父页面iframe(iframe的ID)所指向的页面
parent.【iframe的ID】.location.reload();
加载父页面iframe(iframe的ID)的src所指向的页面
parent.document.getElementById("iframe的ID").src=http://baidu.com;
返回web开发教程...