function submit(){window.open("route.do?method=find&date="+new Date()+"&sname="+$("#sName").val(),"_blank")}var data;$(function(){$("#400flag").hide();$("#agentflag").hide();$.each(carrycitys,function(A,_){if($.trim($("#sName").val())==_[0]){if(_[4]==1)$("#400flag").show();if(_[5]==1)$("#agentflag").show()}});$("#sName").suggest(carrycitys,{onSelect:function(){$("#eName").click();if($.trim($("#eName").val())=="\u4e2d\u6587/\u62fc\u97f3")$("#eName").val("").css("color","#000");$("#eName").focus()},onChan400:"#400flag",onChanAgent:"#agentflag",attachObject:"#suggest"});$("#eName").suggest(citys,{attachObject:"#suggest2"});$("#stop_q").click(function(){data=jQuery("#c_biuuu").dataForAjax({showMessage:"c_showmessage",message:{"sName":"<font color='red'>\u5bf9\u4e0d\u8d77\uff0c\u8d77\u59cb\u7ad9\u4e0d\u80fd\u4e3a\u7a7a</font>","eName":"<font color='red'>\u5bf9\u4e0d\u8d77\uff0c\u7ec8\u70b9\u7ad9\u4e0d\u80fd\u4e3a\u7a7a</font>"}});if(data)$.ajax({url:"ajaxServer.do",type:"post",dataType:"html",data:"currpage=1"+data,beforeSend:function(){$("#stop_q").attr("disabled","disabled");$("#stop_q").after("<img id=\"loadimg\" src=\"img/loading.gif\" />")},complete:function(){$("#stop_q").removeAttr("disabled");$("#loadimg").remove()},success:function(_){$("#div").html(_)}})})});function AjaxTest(_){var A;if(data)A="currpage="+_+data;else A="currpage="+_;$.ajax({url:"ajaxServer.do",type:"post",dataType:"html",data:A,success:function(_){$("#div").html(_)}})}
