夜的第七章

WEB开发个人博客。

« 设置TinyMce编辑器的内容关于《互联网周刊》 »

关于邀请注册/修改密码的实现

 

protected void Button1_Click(object sender, EventArgs e)
    {
        string s = "s";
       
        string s = Request.Url.AbsoluteUri;
        if (s.ToLower().IndexOf("default") != -1)
        {
            return;
        }


        Response.Write("OK");
        Response.Write(s);

        System.IO.File.Delete(Request.PhysicalPath);

    }

有一个源页面,供复制使用.发给用户复制后的页面,用户操作后即删除自己.

 

 

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。



[2007 - 2011] © Leadnt.com