摘要:
//这段请求 有点老了, 有很多缺点Ext.lib.Ajax.request( 'POST', //这里估计要改改 contextPath+'/xg/xszz/zxdkbAction.do?method=addSqs&sqs='+sqs, { success:function(response){ var rs = Ext.decode(response.responseText); if(rs.success){ location.href=contex... 阅读全文
posted @ 2012-04-11 17:28
看透美女
阅读(480)
评论(0)
推荐(0)
摘要:
//这段请求Ext.lib.Ajax.request( 'POST', //这里估计要改改 contextPath+'/xg/xszz/zxdkbAction.do?method=addSqs&sqs='+sqs, { success:function(response){ var rs = Ext.decode(response.responseText); if(rs.success){ location.href=contextPath+rs.mes... 阅读全文
posted @ 2012-04-11 15:48
看透美女
阅读(344)
评论(0)
推荐(0)