调用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();
}
没看明白你的意思,楼主给出的代码不可以吗?
如果有错误可以给出,一块分析一下