03-25-2013 10:03 AM
I need Act Premium for Web 2013 to open in a new window from a web link (this link will be in our back office). It seems to work OK in Internet Explorer but misbehaves badly in Firefox (opens a new tab, closes the new tab, then loads APFW in the original tab).
I think the problem is in this code in default.aspx - can I remove all or part of this code?
var setFocus = true;
function load()
{
//Make sure this page does not get loaded in a tab or dialog as a result
//of forms authentication timing out.
if ((window.top.window != window) || // We are in a tab or other frame
(window.opener != undefined) || // We are in a secondary, non-modal window
(window.dialogHeight != null)) // We are in a dialog
03-25-2013 10:33 AM
Greig Hollister
Note: Effective 6/1/13, Sage no longers provides support for the Act! software. This is now provided by Swiftpage.
03-25-2013 10:47 AM
I got brave and made a copy of default.aspx before doing this, but it seemed to work. No issues that I've found so far...
This is exactly the code I removed :
if ((window.top.window != window) || // We are in a tab or other frame (window.opener != undefined) || // We are in a secondary, non-modal window (window.dialogHeight != null)) // We are in a dialog { CheckTimeoutLocation(); }
03-25-2013 10:57 AM
ack!! Ok that worked for logging in, but it did the same funkiness when I logged back out... I'll see if I can find the code for that later.
Thanks for reporting this anyway.
03-25-2013 10:59 AM
Greig Hollister
Note: Effective 6/1/13, Sage no longers provides support for the Act! software. This is now provided by Swiftpage.
03-27-2013 12:33 PM
03-27-2013 12:35 PM
Greig Hollister
Note: Effective 6/1/13, Sage no longers provides support for the Act! software. This is now provided by Swiftpage.