Code highlighting produced by Actipro CodeHighlighter (freeware)http://www. CodeHighlighter.com/-->Use the open form to open the form
//Use the address method
window.opener.location.href='m_Shedule_Main.aspx';
//Use the browser refresh function
window.opener.location.reload();
Use showModalDialog method
window.returnValue = 'refresh';