Portal/J - Windows Internet Explorer box pops to foreground in front of URL being launched.

Box titled "Portal/J - Windows Internet Explorer" with messages "This is the Browser Integration window for Portal/J" and "If you close this window, the Portal/J Browser Integration session will be canceled." is in front of the URL you are intending to launch.


One of the following should work:

Change code in ../portalj/webdocs/html/runtime/PJIntegration.tmpl.js, function init(). Add "window.blur();" to send pop up window in back of all other windows.


Change code in ../portalj/webdocs/html/runtime/PJIntegrationStartURL.tmpl.js, function startURL(), add "g_StartedWindow.focus();" at the end to bring the new browser for the URL to the front.