window.opener.location.reload()刷新父視窗
window.opener.location.reload() 與window.opener.location.href=window.opener.location.href
都是彈出視窗關閉時用來刷新父視窗。
但window.location.Reload 如果有資料提交的動作,會提示是否提交的(是和否選項)
window.opener.location.href=window.opener.location. href 是定向url提交數據,則不會出現是和否
的選擇框。