Window.open() Links not Functional on an SSRS Report Displayed in a jQueryUI Dialog
| |

Window.open() Links not Functional on an SSRS Report Displayed in a jQueryUI Dialog

Overview This week I had a use case requiring that I display an SSRS report in a jQueryUI dialog, but have certain links on the SSRS report open in a new tab/window. Using JavaScript’s window.open() method works in most browsers, but I had a complicating factor that caused it not to work in Internet Explorer…