I have a need to launch a third party site as a pop-up iFrame. When the buttons are selected in the iFrame (Save, Cancel), the iFrame is not closing. I'm using JavaScript to open it (.modal('show');
), but can't seem to execute a .modal('hide')
on it.
I was looking up event listeners to see if that was feasible. However, it appears I need the form id which I currently don't have and I'm not sure the 3rd party can/would provide, or even if that is a viable solution due to security reasons.