ExtJs Handler 调用问题
C#Asp.Net:使用Vs2010对项目进行调试的时候,可以访问Handler,但是发布之后,就调用不了。---页面调用window.setInterval(Updat...
C#Asp.Net:使用Vs2010对项目进行调试的时候,可以访问Handler,但是发布之后,就调用不了。
---页面调用
window.setInterval(UpdateSession, 100000);
---JS代码
var UpdateSession = function () {
alert('Enter the method');
var sUserId = Ext.getCmp("hideUserId").getValue();
Ext.Ajax.request({
url: '../Hanlder/UpdateSession.ashx',
params: {
USERID: sUserId
},
method: 'POST',
success: function (response) {
alert('Enter the success');
},
failure: function () {
alert('Enter the failure');
}
});
}
每次弹框,都会弹:Enter the Method,Enter the Failure.
网上说除非网络有故障,或者页面有错误数据到不了后台,就执行failure函数,但是为什么调试的时候,没事,发布之后,就有事了呢? 展开
---页面调用
window.setInterval(UpdateSession, 100000);
---JS代码
var UpdateSession = function () {
alert('Enter the method');
var sUserId = Ext.getCmp("hideUserId").getValue();
Ext.Ajax.request({
url: '../Hanlder/UpdateSession.ashx',
params: {
USERID: sUserId
},
method: 'POST',
success: function (response) {
alert('Enter the success');
},
failure: function () {
alert('Enter the failure');
}
});
}
每次弹框,都会弹:Enter the Method,Enter the Failure.
网上说除非网络有故障,或者页面有错误数据到不了后台,就执行failure函数,但是为什么调试的时候,没事,发布之后,就有事了呢? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询