How to Check if an iFrame is closed?
- by jl
Hi,
I would like to know is there any way that check if an iframe is closed by user?
For example, when I click a link to open up a new _blank browser with the content contained within a iframe. Upon closing the iframe, how can I check if the iframe has been closed?
Thank you.