code highlighting produced by actipro codehighlighter (freeware)http://www.codehighlighter.com/-->使用open方式打开的窗体
//使用地址方式
window.opener.location.href='m_shedule_main.aspx';
//使用浏览器刷新功能
window.opener.location.reload();
使用showmodaldialog方法
window.returnvalue = 'refresh';
