Hi all
I'm looking to update some legacy code that utilises window.showModalDialog which is no longer supported by Chrome. The obvious solution was to replace this with Xrm.Utility.openWebResource as detailed here:
https://msdn.microsoft.com/en-gb/library/jj602956.aspx#BKMK_OpenWebResource
As per the documentation I have specified the width and the height of the resource and in Chrome this works perfectly. However in IE11 it ignores the parameters and instead always opens the web resource in a new tab. showModalDialog will open in a new window, which is what we want.
Here are my current tabbed browsing settings:
My thanks in advance for any assistance anybody is able to provide.
Luke
