Tagged Questions
The showmodaldialog tag has no wiki summary.
4
votes
1answer
1k views
Javascript error when attempting to open a modal window in a modal window
The application is running on a windows server 2003 box using asp.net 2.0 and is an IE specific web app. There is a button that opens a form in an iframe using showModalDialog(...) from a function ...
2
votes
1answer
749 views
Modal View using UIModalPresentationFormSheet appears offscreen
I have a UIViewController that implements
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
// Return YES for supported orientations
return ...
2
votes
1answer
343 views
window.showModalDialog opening second window, how to stop it?
I can't find the answer to my question in Miscrosofts documentation, on how to disable this feature.
The setup is that I have a browser open, that invokes the window.showModalDialog. After the user ...
1
vote
0answers
750 views
Unable to download from modal dialog, window.showModalDialog
I am not able to download a file from a aspx page if aspx page is opened in a modal popup using window.showModalDialog().
I have an image button on aspx page, on click of it a Excel file has been ...
1
vote
1answer
538 views
Determine if window was opened by window.showModalDialog?
Does anyone know how to figure out if a window was opened by window.showModalDialog()? window.opener returns the parent window when the new window is opened by window.open(), but for some reason when ...
1
vote
0answers
261 views
window.returnValue not working between two applications
I'm opening a web page from Site B, using showModalDialogue (javascript) from Site A.
I want to return a value using window.returnValue from Site B page to Site A page.
But I'm not able to return ...
1
vote
1answer
915 views
ASP.NET cross domain modal window (window.showModalDialog) - parameter value always “undefined”
I have two webpages, parent page .aspx and child page .html.
On parent page I have JavaScript function for invoking child page as modal window via window.showModalDialog.
function ...
1
vote
3answers
603 views
Delphi - detecting if my app has a modal dialog open
I have a Delphi 2006 app that pops up a modal alert dialog when an error condition is detected. As the check for the error condition is done in an idle handler, the dialog can pop up over the top of ...
1
vote
1answer
2k views
ASP.NET validation not executing in a JavaScript showModalDialog call
I currently open a pop up window from my parent page using using a JavaScript .showModalDialog function. The pop up window contains some ASP.NET validation controls which do not display when the user ...
0
votes
0answers
8 views
showModalDialog in IE sets focus automatically. Why?
In IE 9 (I'm assuming other IEs as well): using window.showModalDialog causes IE to set focus to the first focusable element in a page. This code demonstrates the issue:
<a ...
0
votes
0answers
21 views
Modal window in Flex
I have a Flex application that acts as a RIA inside a browser (explorer 6 for that matter).
This application should open another application inside a browser, and due to the requirements of the ...
0
votes
1answer
13 views
Object in modal dialog (showModalDialog) don't honor 100% width in ie8. Workaround?
Believe it or not the 100% width feature does not seem to work correctly in a modal dialog in ie8.
Check out this simple sample code.
var retVal = window.showModalDialog(URL,window.self, ...
0
votes
0answers
48 views
IsPostBack always false with : showModalDialog + asp.net 2 (Website) + asp.net 4 (Application)
something really weird. My aspx buttons always submit the (same) page with IsPostBack=False when I publish my app into IIS, but not when debugging in Visual Studio 2010 (correct behaviour).
When ...
0
votes
1answer
46 views
Getting showModalDialog results with cross-origin document
Our web site makes use of showModalDialog. Based on what is done within the dialog, we may or may not wish to reload the page that opened the dialog. We do this by having the dialog JavaScript set ...
0
votes
1answer
143 views
SharePoint 2010 Modal Dialog from JSOM not working
The idea is simple: create a web part page in SP Designer 2010 that allows a new list item to be created, and then use some javascript from the CSOM to pop the page in a modal dialog from another ...
0
votes
1answer
72 views
Greasemonkey script with showModalDialog doesn't return the value
This problem is driving me crazy...
I have a script running in Firefox 3.6.24, with Greasemonkey 0.9.13.
One domain (A) needs to access one page from other domain (B)!
On domain A, I have this ...
0
votes
0answers
67 views
How to prevent closing a dialog created by showModalDialog()?
In normal cases, it is possible to handle the unbeforeunload event to present a message to the user which gives him the final choice wheter to close or not, as shown here:
<script>
function ...
0
votes
1answer
93 views
How to block window.showModalDialog popups from a BHO?
I am working on a BHO popups / ads blocker, and I can't find how to block this js triggered popup:
var popDialogOptions = "dialogWidth:795px; dialogHeight:500px; center:1; menubar:1; tollbar:1; ...
0
votes
1answer
32 views
Showing a hidden form, or Opening a modal dialog
What is the best method to show a simple form in a HTML page, which includes a save button that calls a web method? I'm considering one of these options:
Toggle a hidden <div> which includes a ...
0
votes
2answers
321 views
blockUI not working with showModalDialog
How do I get the blockUI overlay to display before the showModalDialog is called?
$("button").click(function(){
$.blockUI({ message: '' });
...
0
votes
1answer
29 views
How do i set the dimensions of a modalDialog popup according to the dimensions of the body (just a simple table) that it displays?
How do i set the dimensions of a modalDialog popup according to the dimensions of the body that it displays?
I am displaying a small table in a popup in the form of a modalDialog called from a parent ...
0
votes
0answers
495 views
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 for our intranet apps. Having taken a quick look all seems to work fine in IE 8 ...
0
votes
1answer
67 views
Asp javascript send parameters and object ModalDialog
In one asp file I call this in jscript
window.showModalDialog(strPopUpUrl + "?URI=" + iURI, lObjArg, "dialogWidth:400px;dialogHeight:300px;center:1;help:0;resizable:0;status:0;");
lObjArg is object ...
0
votes
0answers
308 views
How to refresh showModalDialog window in IE
I have a page from which I am opening a showModalDialog as below
var tpl = window.showModalDialog("popup.html?type=java","", "dialogWidth:600px; dialogHeight:400px;");
Now in this window I have a ...
0
votes
1answer
610 views
Redirect Parent Form when ShowModalDialog closed
How can I redirect my main page to another webpage when I close the modaldialog box using showModalDialog?
I have here my code on closing the form:
function Msg()
{
...
0
votes
1answer
365 views
showModalDialog in Chrome is always maximised
I'm trying to open non-maximised dialogs using showModalDialog, but in Chrome they are always opening maximised. Anyone have any ideas why? It is fine in Firefox.
I've put a working example on ...
0
votes
0answers
396 views
ShowModalDialog from an external Javascript file
I am developing an IE Website and one approach that I am using is to call a Modal Dialog (showModalDialog) to filter what I want and return a value. Actually the user will add an external javascript ...
0
votes
1answer
166 views
Has ModalDialog been obsoleted in I.E. 8?
I have an old Asp classic CMS application that powers several websites. It uses modal dialogs and only works in Internet Explorer. Now they don't work anymore in IE8. What is the cause?
0
votes
0answers
204 views
showModalDialog in https mode
I have two pages A.aspx and B.aspx
Page A.aspx opens B.aspx in HTTPS mode as modal popup by javascript function
result = window.showModalDialog("https://myhost.com/B.aspx");
I pass the parameter ...
0
votes
2answers
851 views
window.showModalDialog and postback button
I have two pages A.aspx and B.aspx
Page A.aspx opens B.aspx as modal popup by javascript function window.showModalDialog("B.aspx");
Page B.aspx has two text boxes (Login, Password), ...
0
votes
1answer
435 views
Problem with showModalDialog when postback!
Dear all! I use showModalDialog to display form get data. When click button to postback server, IE auto open new window. Anh when choose data, it has close, but popup don't close and return value. ...
0
votes
3answers
935 views
Webdriver showModalDialog
We are using webdriver for our functional tests. But our application uses the showModalDialog JS function a lot to open a popup. When we try to test this functionality with webdriver it hangs from the ...
0
votes
2answers
259 views
How do I Open a dialog and place it at bottom right of Parent WPF Page?
I have a base WPF Page (not Window) which has a Button. Now when I click on the Button, I have to open a modal dialog and place it at the bottom right part of parent(WPF Page).
I have created a modal ...
0
votes
0answers
341 views
showModalDialog causes path problems for IE
My master page loads script files like:
<script src="/Scripts/jquery-1.4.1.js" type="text/javascript"></script>
Elsewhere I have a function that pops up a modal dialog box using this ...
0
votes
1answer
223 views
Understanding the showModalDialog
I have a shopping cart page where my 'Pay By Credit Card' button fires a popup:
window.showModalDialog(ccPaymentURL, null, "dialogwidth: 450px; dialogheight: 370px; center: yes; resizable: yes");
...
0
votes
3answers
2k views
How to close dialog opened by showModalDialog?
I tried this but failed:
var win = showModalDialog('http://localhost/index.php');
win.close();
0
votes
1answer
515 views
What's different when a page is opened by window.showModalDialog?
Anyone knows the difference?
The problem I met is that the page stops working correctly when opened by window.showModalDialog
0
votes
2answers
1k views
does showModalDialog interfere with ClientScript.RegisterStartupScript?
I'm showing a modal dialog via "window.showModalDialog(..." which happens in a vbscript function (the page shown is aspx). I'd like to do some resizing of the window based on the number of rows in a ...