Modify javascript to display a SharePoint list from another site collection, want items to open in a modal dialog [on hold]
- by FRD
I'm trying to modify the javascript below so that when a list from one site collection is displayed in another site collection and an item is selected, it opens in a dialog box instead of taking over the entire page and forcing the user to the originating site.
<div id="ExternalListContainer"></div>
<script…