Code highlighting produced by Actipro CodeHighlighter (freedeHighlighter) CodeHighlighter.com/-->使用open方式開啟的窗體
//使用位址方式
window.opener.location.href='m_Shedule_Main.aspx';
//使用瀏覽器重新整理功能
window.opener.location.reload();
使用showModalDialog方法
window.returnValue = 'refresh';