"); } //Send them where they need to go //Check for history, current service, login and timeout. if (dest == 'history') { //Don't care where I am, just go back, if allowed. if(history.length >= hwfar) // history.go(-hwfar); history.go(document.frames[1].history.length); else self.location.href = '/bbw/cmserver/include/blank.htm'; // you shouldn't get here, but I'll give you a break. //alert("DEBUG: you are going back too far!"); } else if (dest == 'blank') { document.dummy1.action = '/bbw/cmserver/include/blank.cfm'; document.dummy1.target = '_self'; document.dummy1.submit(); // this is for cases for instance when a service is not available when no account is setup, since we just clicked the service tab // and has no history to go, we'll just put out a message and load a blank page. This will also prevent the dead lock that occurs // when such pages are reached after timeout, go hisotry will cause it to go to verifyc.cfm and prompting for a password again. } else if (dest == 'login') { // Am I in a pop up window if(window.opener) { x = window.opener; if( x.parent.parent.main && !x.parent.main ) { // If I am in the sub-subframe under iBank. x.parent.parent.dummy1.action = '/bbw/cmserver/logout.cfm'; x.parent.parent.dummy1.submit(); // we'll load all login.cfm to the parent frame of "main", this is mostly to accommodate the header.cfm page that puts // the logoutURL in a _parent frame. Since there are lots of header files out there, it's safer doing this way. // Pass all the info just in case. } else if( x.parent.main ) { // I am in the subframe defined in the frames page x.parent.dummy1.action = '/bbw/cmserver/logout.cfm'; x.parent.dummy1.submit(); } else { alert("Please contact your system administrator : exception e1."); } self.close(); } else if ( parent.parent.main && !parent.main ) { parent.parent.dummy1.action = '/bbw/cmserver/logout.cfm'; parent.parent.dummy1.submit(); } else if ( parent.main ) { // either myself or my sibling is 'main' parent.dummy1.action = '/bbw/cmserver/logout.cfm'; parent.dummy1.submit(); } else { alert("Please contact your system administrator : exception e2."); } } else if (dest == 'service') { // Note that services are loaded into 'main', rather than the parent of 'main' if(window.opener) { self.close(); } //New dummy form required if dest == 'service' to insure that http_referer exists in Internet Explorer upon return to the service page. //Break HEAD/HEAD tags because Cold Fusion will put a lot of JavaScript there if CFINPUT is used in source file that includes this one document.writeln("
"); document.goerrordummy1.target='main'; document.goerrordummy1.submit(); } else if (dest == 'timeout') { // timeoutURL is loaded into 'main'. if(window.opener) { self.close(); } //New dummy form required if dest == 'timeout' to insure that http_referer exists in Internet Explorer upon invocation of the resume page. //Break HEAD/HEAD tags because Cold Fusion will put a lot of JavaScript there if CFINPUT is used in source file that includes this one document.writeln("
"); document.goerrordummy2.target='main'; document.goerrordummy2.submit(); } else if (dest == 'referrer') { // history.go(-1); history.go(document.frames[1].history.length); } }
User: Test User Date: February 18, 2014 at 05:34 PM
Edit Batch in Company: 309852- Payments Inc. -- Batch 0001
Batch Code: Batch 0001
*Batch Name (25):
Template State: Approved
Transaction Type: CCD+CD
*Entry Description (10):
*Offset Account:
Create Prenote:
Disable Batch:
 
Transaction Summary
Total Debits: (0) $0.00
Total Credits: (0) $0.00
Total Prenotes: 0
Total Zero Dollar State: 0
Total Frozen: (0) $0.00
Total Zero Amount Active: 0