Top "Showmodaldialog" questions

A deprecated way for creating and displaying a modal dialog box containing a specified HTML document.

Why is window.showModalDialog deprecated? What to use instead?

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 showmodaldialog
Display popup confirmation message with MVC C# after postback

Using MVC Framework with C# coding. The views are written in standard HTML code. I require a confirmation message saying "…

c# asp.net-mvc dialog showmodaldialog
Return a value from window.open

We recently discovered that Chrome no longer supports window.showModalDialog which is problematic because our enterprise application uses this method. …

javascript google-chrome showmodaldialog
How to close SP.UI.ModalDialog from button click in sharepoint?

I want to show Confirmation Dialog when user saves any document from EDITForm.aspx. So I have written following JavaScript …

javascript sharepoint-2010 showmodaldialog
javascript - showModalDialog not returning value in Chrome

I made a small calendar popup in Javascript. Very simple, using the Calendar control from ASP.NET. I call the …

javascript return-value showmodaldialog
Modal Dialog in WPF

Here is my problem: I am migrating an application from Windows Forms to WPF, but I am totally new in …

wpf mvvm showmodaldialog
showModalDialog jquery plugin

In my old application we are using showModalDialog , As all of you know the The latest Chrome has removed support …

javascript jquery google-chrome showmodaldialog
window.opener.returnValue in Chrome with showModalDialog

I am trying to use window.opener.returnValue with showModalDialog. There are numerous references to a technique which can be …

javascript return-value showmodaldialog
How to close dialog opened by showModalDialog?

I tried this but failed: var win = showModalDialog('http://localhost/index.php'); win.close();

javascript showmodaldialog
window.showModalDialog dialogHeight / dialogWidth don't appear to be working in IE 8

Having 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