chengyu2099 发表于 2013-2-6 08:45:45

jQuery Ajax

var data = 'id='+id;$.ajax({ url:'queryOrderInfor.action', data:data, type:'post', cache:false, error:function(){ }, success:function(result){ win =new Win({title:"",id:"select",type:"model",left:"30",top:"180",width:"800",height:"350",src:'<%= request.getContextPath()%>'+"/manage/order/orderInfor.jsp"   });   win.show();},error:function(){alert('请稍后再试或联系管理员.');}   });
页: [1]
查看完整版本: jQuery Ajax