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 for our intranet apps.Having taken a q开发者_如何学编程uick look all seems to work[详细]
2023-03-17 23:02 分类:问答Redirect Parent Form when ShowModalDialog closed
How can I redirect my main page to another webpage when I close the modaldialog box using showModalDialog?[详细]
2023-03-07 18:22 分类:问答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.[详细]
2023-02-20 09:16 分类:问答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\");[详细]
2023-02-08 06:20 分类:问答Problem with showModalDialog when postback!
Dear all! I use showModalDialog to display form get data. When click button to开发者_StackOverflow中文版 postback server, IE auto open new window. Anh when choose data, it has close, but popup don\'t[详细]
2023-02-04 10:04 分类:问答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[详细]
2023-01-27 05:33 分类:问答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).[详细]
2023-01-26 22:10 分类:问答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 y[详细]
2023-01-26 12:03 分类:问答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().[详细]
2023-01-26 10:11 分类:问答How to stop 'window.showModalDialog' opening second window?
In Microsoft\'s documentation I can\'t find the answer to my question on how to disable this feature.[详细]
2023-01-19 13:46 分类:问答