Communication between parent and iframe window via JavaScript – cross domains(CORS)
We have so many incidents when we try to communicate with the parent window within the iframe window. This is because we want to do some certain tasks when something happens in an iframe. Let’s […]