ajax问题求助!!!
index.html页面
$.ajax({ type:"post", url:"/ajax/count.asp", success:function(data){ retroClock(data); }, error:function(error){ alert(error); } })}<%response.write application("counter")%>