Response.Write("<script>if(confirm('添加成功,是否继续添加?'))window.open('AddProducts','_self');
else {window.open('Products.aspx','_self');}</script>");
Response.End();