A deprecated way for creating and displaying a modal dialog box containing a specified HTML document.
I was developing a GreaseMonkey script which used window.showModalDialog. But before finishing it, I have discovered that Firefox 29 warns: …
javascript modal-dialog privileges window.open showmodaldialogUsing MVC Framework with C# coding. The views are written in standard HTML code. I require a confirmation message saying "…
c# asp.net-mvc dialog showmodaldialogWe recently discovered that Chrome no longer supports window.showModalDialog which is problematic because our enterprise application uses this method. …
javascript google-chrome showmodaldialogI want to show Confirmation Dialog when user saves any document from EDITForm.aspx. So I have written following JavaScript …
javascript sharepoint-2010 showmodaldialogI made a small calendar popup in Javascript. Very simple, using the Calendar control from ASP.NET. I call the …
javascript return-value showmodaldialogHere is my problem: I am migrating an application from Windows Forms to WPF, but I am totally new in …
wpf mvvm showmodaldialogIn my old application we are using showModalDialog , As all of you know the The latest Chrome has removed support …
javascript jquery google-chrome showmodaldialogI am trying to use window.opener.returnValue with showModalDialog. There are numerous references to a technique which can be …
javascript return-value showmodaldialogI tried this but failed: var win = showModalDialog('http://localhost/index.php'); win.close();
javascript showmodaldialogHaving been marooned on IE 6 for 10 years the company I work for has suddenly announced that we're migrating to IE 8 …
javascript internet-explorer-8 showmodaldialog