文章分类 - AJAX
Ajax无刷新技术
摘要:由于最近工作不是很忙,在工作之余。学习了下Ajax无刷新技术,首先是以IE浏览器的Ajax框架 在.NET中创建个一般处理程序getdate.ashxpublic class GetData1 : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; context.Response.Write(DateTime.Now.ToString()); } public boo...
阅读全文
浙公网安备 33010602011771号