Exemplo n.º 1
0
    //静态发布首页和配置的页面
    protected void btnpub1_Click(object sender, EventArgs e)
    {
        try
        {
            TPortalClass.JpArticle JpArticle = new TPortalClass.JpArticle();
            JpArticle.PubHtml_Config();

            Response.Write("<script language=javascript>alert('发布成功!');window.location='pubhtml.aspx';</script>");
        }
        catch
        {
            Response.Write("<script language=javascript>alert('发布失败!');window.location='pubhtml.aspx';</script>");
        }
        finally
        {

        }
    }