2009年12月8日
摘要: function delLog(id,num) { if (num == 0) { if (!confirm('确认要删除?')) return; $.post( 'user.ashx', {act:'log',num:'0',id:id}, function (data,textStatus) { if (data.result == 'success')window.location.r... 阅读全文
posted @ 2009-12-08 22:59 sweting 阅读(407) 评论(0) 推荐(0)
摘要: TEXT:<%@ WebHandler Language="C#" Class="userHandler" %>using System;using System.Web;public class userHandler : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Respon... 阅读全文
posted @ 2009-12-08 22:53 sweting 阅读(1005) 评论(0) 推荐(0)