Home > Q&A > body text
a page js has the following code:
layer.open({ type:2, area:['580px','320px'], content:'test.html' })
There is a #test button in test.html. How to click this button to close the pop-up layer?
迷茫2017-07-05 10:54:21
iframe communication/cross-domain communication. Check it on Baidu.