日期:2014-05-20 浏览次数:20789 次
function show(id) { window.showModalDialog("aaa.aspx?id="+id,"","status=no;dialogWidth=300px;dialogHeight=200px;menu=no;resizeable=yes;scroll=yes;center=yes;edge=raise"); }
protected void btnClose_Click(object sender, EventArgs e) { this.btnClose.Attributes["onClick"] = "javascript:window.opener.location.reload(); window.opener = null;history.go(-1);window.close();"; }
如需要阅读该回复,请登录或注册CSDN!