Window.ShowModalDialog

xiaoxiao2021-03-06  121

In Asp.Net, When 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 weow................

转载请注明原文地址:https://www.9cbs.com/read-126175.html

New Post(0)