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]