我在jquery和MVC5中使用Kendo UI,使用ASP.net身份进行身份验证。
$("#divTemp").kendoWindow({
title: "ABC",
width: 50px,
height: 50px,
draggable: false,
actions: ["Close"],
content: {
url: ../master/bank,
},
modal: true,
iframe: false,
//refresh: false,
resizable: true,
visible: false
}).data("kendoWindow").center().open();我已经实现了代码这一点,但登录页面打开在剑道窗口,而不是重定向主登录页面。
如果任何人有任何解决方案,请让我知道。
发布于 2018-07-13 14:48:15
你可以做很多事情:
https://stackoverflow.com/questions/51317738
复制相似问题