문제

Environment: SharePoint 2013

Is it possible using Jquery to show an external link within SharePoint.

Wherein user clicks and it opens the external link in modal view with no address bar, so user doesn't get to know for the page they are accessing is part of another site.

도움이 되었습니까?

해결책

First of all, you should be aware of if the publisher doesn't allow to display its content in Iframe, you will not be able to show it inside SharePoint.

Otherwise, you will be able to open an External URL using SP.UI.ModalDialog SharePoint Modal Dialog.

Please, check the details at Open a link via Modal Dialog in SharePoint


[Update]

In case, you would like to use Jquery, so you can use Fancy box as Iframe, I think this link may help you to Use JQuery to show Modal Popup Per Session In SharePoint

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top