We're going to include links to non-SP web applications in our corporate intranet. For those resources, I'd like to pop up an interstitial dialog/alert to make it obvious to the user that site navigation/authentication is changing and that they will need to use the back button to return.
Two thoughts I had-
I could just add JS popups to those links by hand. That's probably more than I want to ask a typical SP user to do. An admin would have to do that for them.
I could wrap the outside site in a frame, but then I'd have to validate that all of the features of the app worked in that configuration.
Is there any sort of feature that could give me this functionality globally for all links on the SP site?