$(".reportCategoryClass").click(function (i) {
var reportUrl;
reportUrl = "http://bi.mylcchonda.com/UMAP_BI_REPORTS_PROD";
window.open("/LLCReportRoute/LLCReportsPopUp?url=" + reportUrl);
// window.open("/ControllerName/ActionName?url=" + reportUrl);
}
});
window.open関数はウィンドウを開きますが、そのページで見つからないというエラーが発生しています
前もって感謝します