重新加载父页面iframe(iframe的ID)所指向的页面

parent.【iframe的ID】.location.reload();

加载父页面iframe(iframe的ID)的src所指向的页面

parent.document.getElementById("iframe的ID").src=http://baidu.com;