[JS][Function]Window reload

視窗 # 主視窗 重新整理

 

function Main_reload(){
var obj = window.opener; //window.opener 為開啟彈出視窗的主頁
obj.location.reload();
}