怎样关闭弹出的新窗口?
cs代码:
e.Row.Cells[10].Attributes.Add("onclick", "window.open(\'ClassSigning.aspx?classid=" + e.Row.Cells[0].Text + "\',\'newwindow\',\'height=460, width=670\')");//在点击签到的时候弹出一个新的窗口,我想知道怎样可以关闭这个窗口并返回到签到列表
------解决方案--------------------弹出窗口中点击关闭啊,window.showModalDialog,显示模态窗口
------解决方案--------------------