I finally got my iFrameCommunicator.html to work.
However, whenever I save anything in the iframe popup, the only response passed to AuthorizeNetPopup.onReceiveCommunication in the popup.js script file is
"action=resizeWindow&width=425&height=1058"
Shouldn't I get "successfulSave" when something gets saved successfully? Because I only get the resizeWindow response, the iframe popup never closes unless the user clicks X on the popup.
It doesn't look like this is anything in my code. I'm getting the response communication directly from Auth.net via the iFrameCommunicator.html scription.
What gives?
Joe
07-09-2013 01:51 PM