RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:9:30-18:00
你可能遇到了下面的问题
关闭右侧工具栏
window.showModalDialog
  • 作者:xiaoxiao
  • 发表时间:2020-12-23 10:53
  • 来源:未知

In Asp.NET , when we want to create a modal dialog box we can use the javascript like

vReturnValue = window.showModalDialog(sURL [, vArguments] [, sFeatures])Detail in MSDN. But there is a problem,if we have to post to server in modal dialog box , you can findanother window will be opened and an error box will be shown.To resolve it we can use FRAMESET , that's to say we create a aspx file include FRAMESETin which link to the page we want to show in modal dialog box.