iframe Content

This is the embedded iframe that will communicate with the main page.

Received 0 messages

How it works:

When you click the button above, this iframe sends a message to the parent window using window.parent.postMessage().

Similarly, this iframe listens for messages from the parent window and updates the counter when messages are received.