I have an iframed \"pop-up\" window in InnovaStudio WYSIWYG Editor (5.3). It is used to place a link from navigation into the text. Once a link is clicked, the pop-up should c
Try window.close() instead of self.close()
window.close()
self.close()