Home > Web Front-end > JS Tutorial > body text

js communication between iframe subpage and parent page in the same domain or different domains_javascript skills

WBOY
Release: 2016-05-16 16:49:38
Original
1145 people have browsed it

The communication methods between the iframe subpage and the parent page are different depending on whether the src attribute in the iframe is a same-domain link or a cross-domain link.

1. Communication between parent and child pages in the same domain

Parent page parent.html

Copy code The code is as follows: