Home > Net >  Easyui Windows embedded page, somehow be redirected?
Easyui Windows embedded page, somehow be redirected?

Time:03-04

My local computer vs debug and IIS deployment project, no problem, IIS on the deployment to the other computer and someone will appear this problem:
Page, in A loaded will automatically pop up A dialog that easyui, the configuration of the href attribute is another page B, but every time the pop-up B, the request will be redirected to A, B examined B page exists, we'll feel puzzling redirection,
 
$(" & lt; Div/& gt;" ). The dialog ({
Id: 'ui_projectlist_set_dialog',
Href: "HomepageConfig. Aspx",//B page
Title: "configuration" for the first time,
Width: 1000,
Height: 650,
Modal: true,
IconCls: "icon - save,"
Buttons: [

],
OnClose: function () {
$(' # ui_projectlist_set_dialog). Dialog (" destroy ");
}
});

  • Related