I have an HTML page that has a iframe
element.
This iframe has a registration. I need to save the information that is typed inside the iframe (another domain).
In my searches, I checked the possibility of using Window.postMessage () , but I did not find a way to use it as I needed it.