public static void NavigateToTicketURL(string moduleURL, int ticketNum) { string old = GeneralPage.GetCurrentWindow(); NavigateToURL("http://" + Hooks1.webSrvr + "/CGWeb/MainUI/MainFrame.aspx" + moduleURL + "&ID=" + ticketNum); //NavigateToURL("http://" + Hooks1.webSrvr + "/" + Hooks1.webVirtDir + moduleURL + "&ID=" + ticketNum); //Switch to new window passing the old window as parameter GeneralPage.SwitchToNewWindow(old); }