C后台.cs如何调用插件zDialog.js里的弹出框的函数?

            调用zDialog.js里Dialog.alert();函数
            protected void Alert(string message)
    {
                    var ScriptText = string.Format("<script type=\"text/javascript\">Dialog.alert(\"{0}\");</script>", message);
        Response.Write(ScriptText);
        Response.End();
            }

没看明白你的意思,楼主给出的代码不可以吗?

如果有错误可以给出,一块分析一下