Opening another application in a separate window or tab
At times it may be useful to define an action hotspot to open another application in a separate tab or window. In this @formula example, the target URL is hardcoded. In a real application, the target URL should be retrieved from a configuration document with an @DbLookup
formula:
@SetTargetFrame("_blank"); @URLOpen("http://domino01.mycompany.com/application1.nsf");
Whether the second application opens in a tab or in a separate window depends, of course, upon the browser being used and how it is configured. Remember that users may use different browsers with different settings, factors that can impact your navigational strategy.