Hi,
I am able to move the WebDialogWindow to anywhere in the web page. Is there a way to ove WebDialogWindow to secondary monitor?
Thanks
Hello,
You could use the JavaScript window.open method to open a new window. This will require that you open another URL and if you needed to pass data to that the page that you are opening, you could use a query string.
You can find details on the window.open method on w3schools.com.
Let me know if you have any questions with this matter.
Alan
I am not able to move the webdialogwindow to other map. I need some thing like Javascript alert, that alert I can move to other monitor.
The WebDialogWindow is still using HTML elements and as such is confined to the client area of the web browser.