点某一个连接时会弹出一个固定大小的提示页:
window.open(,,,)
我点‘确定’的时候,提示页关闭同时列表页会跳转到下一个页面。
window.close();
window.opener.location.href="XXX.aspx";