//以下是弹出模态对话框的语句,是可以正常弹出的!
 str_NoticeMsg = "showModalDialog('MailManagement/MessageNotice.aspx',window,'dialogWidth:210px;dialogHeight:200px;dialogLeft:1000;dialogTop:1000;help:no;status:no;scroll:no;resizable:yes')";  ScriptManager.RegisterStartupScript(this, this.GetType(), "", str_NoticeMsg, true);//但是我把showModalDialog改成showModelessDialog后,却弹不出非模态对话框。
//更奇怪的是,弹出了几次,但重新运行系统又不弹出了!!请问是什么原因呢?