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
How can I redirect my main page to another webpage when I close the modaldialog box using showModalDialog?
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 have two pages A.aspx and B.aspx Page A.aspx opens B.aspx as modal popup by javascript function window.showModalDialog(\"B.aspx\");
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
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
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).
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
I am not able to download a file from a aspx page if aspx page is opened in a modal popup using window.showModalDialog().
In Microsoft\'s documentation I can\'t find the answer to my question on how to disable this feature.