//我想实现在电脑右下角位置弹出提示新窗口,请问如何实现?
//我的C#代码如下:(注意:target='_self'只是在我放timer那个页面弹出,而不是屏幕的右下角弹出)
  str_NoticeFile = "window.open('MailManagement/FileNotice.aspx',target='_self','top=1000,left=1000,help:no;status:no;scroll:no;resizable:no')";
ScriptManager.RegisterStartupScript(this, this.GetType(), "", str_NoticeFile, true);