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 11.
(more…)