$(".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 函数打开窗口但在该页面中找不到错误即将到来
提前致谢