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…

SharePoint List Item Loading Page — Query from Multiple Lists
|

SharePoint List Item Loading Page — Query from Multiple Lists

This blog post covers how to implement a simple, yet devilishly effective mutiple-list query redirect page using SPServices. If you have not yet explored how SPServices can expand your current SharePoint solutions, you should definitely check the project out on CodePlex! A client recently required a single landing page (a “loading” page, if you will)…