window.opener.location.reload()는 상위 창을 새로 고칩니다.
window.opener.location.reload() 및 window.opener.location.href=window.opener.location.href
는 모두 팝입니다. -up windows 닫힐 때 상위 창을 새로 고치는 데 사용됩니다.
그러나 window.location.Reload에 데이터 제출 작업이 있는 경우 제출 여부를 묻는 메시지가 표시됩니다(예 및 옵션 없음)
window.opener.location.href=window.opener.location .href는 데이터 제출을 위한 URL이므로 예 및 아니요
선택 상자가 없습니다.