Pick up information typed in an iframe

Asked

Viewed 116 times

1

I have an HTML page that has an element iframe.

This iframe has a register. I need to save the information that is typed within iframe (another domain).

In my research, I checked the possibility of using Window.postMessage(), but I did not find a way to use according to my need.

  • This other iframe has CORS open?

  • This iframe would be the website of Receita. What I need to do is save the information from the tax coupon register of an NGO. She receives the coupons (donation) and the "typists" post the information. I would like to save them in a database to create reports. Is it possible?

  • I believe that this is not possible...

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.