The iframe internal pop-up window is limited to iframe.

I"d like to ask you how to pop the inline window to the outside, that is, don"t limit it to iframe. My iframe is fixed on the right, and it can only be so big. Give me some ideas.

Mar.19,2021

refer to https://www.cnblogs.com/sydev.


if you want to write on the outside of the outer pop-up window, it is the communication between iframe and the parent window. If you support it, call the parent window method in iframe if postMessage, does not support it, but it is somewhat coupled

.
Menu