能的,不用alert(),用confirm()吧 比如Button1.Attributes.Add("onclick","return confirm('您确认要关闭此窗口吗?');");
这个我也想实现但是无果那位知道?
就写个事件处理程序啊protected void Button1_Click(object sender, EventArgs e){ Response.Write("<script>window.close();</script>");}