tsung / iframe-inter-communication

iframe parent and child inter communication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iframe-inter-communication

iframe parent and child inter communication

inter-communication use frame function() and postMessage().

iframe inter-communication use frame contentWindow

  • iframe-parent.html
  • iframe-child.html

iframe inter-communication use postMessage()

  • iframe-parent-postmessage.html
  • iframe-child-postmessage.html

iframe inter-communication use frame and postMessage()

  • iframe-call-parent-child.html
  • iframe-call-parent.html

About

iframe parent and child inter communication

License:MIT License


Languages

Language:HTML 100.0%